X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmir%2Futil%2FGeneratorFormatAdapters.java;fp=source%2Fmir%2Futil%2FGeneratorFormatAdapters.java;h=7c7f5a392bed243902b929ec8a72b25771ea3630;hb=c9ac8fa71b679f8d967aac901bbef945c13b94c9;hp=becea34cc2c9322c0dd7334f2d981b9895ec6a0c;hpb=d63595f89aaa4b6a524dc0b4af9e0eef888f4c6b;p=mir.git diff --git a/source/mir/util/GeneratorFormatAdapters.java b/source/mir/util/GeneratorFormatAdapters.java index becea34c..7c7f5a39 100755 --- a/source/mir/util/GeneratorFormatAdapters.java +++ b/source/mir/util/GeneratorFormatAdapters.java @@ -72,7 +72,7 @@ public class GeneratorFormatAdapters { catch (Throwable t) { throw new GeneratorFailure("NumberFormattingFunction: " + t.getMessage(), t); } - }; + } } } @@ -149,7 +149,7 @@ public class GeneratorFormatAdapters { catch (Throwable t) { throw new GeneratorFailure("DateFormattingFunction: " + t.getMessage(), t); } - }; + } } /**