Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 7025046d26a50d0e208d513f4fdde931 > files > 1

corejava-format-1.22-8.mga8.src.rpm

--- src/com/horstmann/format/Format.java	2002-11-16 12:28:34.000000000 +0100
+++ src/com/horstmann/format/Format.java-gil	2011-09-29 03:32:26.403091079 +0200
@@ -28,7 +28,8 @@
 
    @version 1.22 2002-11-16
    @author Cay Horstmann
-
+*/
+/*
    1998-09-14: Fixed a number of bugs.
         1.Formatting the most extreme negative number (-9223372036854775808L) printed with 2 leading minus signs.
         2.Printing 0 with a %e or %g format did not work.