diff options
Diffstat (limited to 'java/src/json/ext/GeneratorMethods.java')
-rw-r--r-- | java/src/json/ext/GeneratorMethods.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/json/ext/GeneratorMethods.java b/java/src/json/ext/GeneratorMethods.java index 356f2d0..637b579 100644 --- a/java/src/json/ext/GeneratorMethods.java +++ b/java/src/json/ext/GeneratorMethods.java @@ -1,6 +1,6 @@ /* * This code is copyrighted work by Daniel Luz <dev at mernen dot com>. - * + * * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files * for details. */ @@ -25,7 +25,7 @@ import org.jruby.util.ByteList; /** * A class that populates the * <code>Json::Ext::Generator::GeneratorMethods</code> module. - * + * * @author mernen */ class GeneratorMethods { |