just testing development
authorMarcel Hlopko <marcel.hlopko@fit.cvut.cz>
Sun, 16 Dec 2012 12:07:01 +0100
branchdevelopment
changeset 1889 b5ced17b8df1
parent 1888 3b3d5c9d87aa
child 1891 6a0dd23e3836
child 1892 1761ac0beb04
just testing
JavaLookup.st
--- a/JavaLookup.st	Sun Dec 16 12:05:46 2012 +0100
+++ b/JavaLookup.st	Sun Dec 16 12:07:01 2012 +0100
@@ -112,7 +112,7 @@
 !JavaLookup methodsFor:'initialization'!
 
 initialize
-    "Invoked when a new instance is created"
+    "Invoked when a new instance is created."
 
     s2j := Smalltalk2Java new.
     j2s := Java2Smalltalk new.