Integer.st
branchjv
changeset 19478 1f5aa87f6170
parent 19477 af82888ceb72
parent 19455 848d2ecde887
child 19559 d35a89d5c0ec
--- a/Integer.st	Fri Mar 25 06:29:08 2016 +0000
+++ b/Integer.st	Sat Mar 26 07:56:10 2016 +0000
@@ -754,8 +754,6 @@
     "Modified: / 15.11.1999 / 20:35:20 / cg"
 ! !
 
-
-
 !Integer class methodsFor:'class initialization'!
 
 initialize
@@ -801,7 +799,6 @@
     "Modified: 18.7.1996 / 12:26:38 / cg"
 ! !
 
-
 !Integer class methodsFor:'prime numbers'!
 
 flushPrimeCache
@@ -1172,12 +1169,11 @@
 isAbstract
     "Return if this class is an abstract class.
      True is returned for Integer here; false for subclasses.
-     Abstract subclasses must redefine again."
+     Abstract subclasses must redefine this again."
 
     ^ self == Integer
 ! !
 
-
 !Integer methodsFor:'Compatibility-Dolphin'!
 
 & aNumber
@@ -1443,7 +1439,6 @@
 ! !
 
 
-
 !Integer methodsFor:'bcd conversion'!
 
 decodeFromBCD
@@ -4857,7 +4852,6 @@
     "Created: / 09-01-2012 / 17:18:06 / cg"
 ! !
 
-
 !Integer methodsFor:'special modulo arithmetic'!
 
 add_32:anInteger