SignedLongIntegerArray.st
changeset 23962 fae83231f837
parent 22271 94ce5c015947
--- a/SignedLongIntegerArray.st	Sun Mar 24 12:00:50 2019 +0100
+++ b/SignedLongIntegerArray.st	Sun Mar 24 12:26:39 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1998 by Claus Gittinger / eXept Software AG
 	      All Rights Reserved
@@ -54,6 +56,9 @@
         WordArray SignedWordArray IntegerArray SignedIntegerArray
         LongIntegerArray
 
+    [caveat:]
+        should probably be renamed to SignedInt64Array
+
     [author:]
         Claus Gittinger
 "