IPSocketAddress.st
changeset 5432 60308c7e388d
parent 4735 c9e192300476
child 5463 c6a3af27138d
--- a/IPSocketAddress.st	Thu Jan 23 17:53:47 2020 +0100
+++ b/IPSocketAddress.st	Fri Jan 24 21:14:07 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -478,8 +476,10 @@
      (IPSocketAddress hostName:'localhost') printString
      (IPSocketAddress hostName:'localhost') hostAddress printString
      (IPSocketAddress hostName:'exeptn') printString
-     (IPSocketAddress hostName:'exeptn') printString
+     (IPSocketAddress hostName:'exeptn') hostAddress printString
     "
+
+    "Modified (comment): / 24-01-2020 / 20:24:01 / stefan"
 ! !
 
 !IPSocketAddress methodsFor:'private'!