Annotation.st
changeset 22701 8940df382f2f
parent 22030 0d0851bf7815
child 23225 5449dbd3cc02
--- a/Annotation.st	Tue Apr 24 09:59:00 2018 +0200
+++ b/Annotation.st	Tue Apr 24 10:00:07 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -361,7 +363,7 @@
 method
         "Answer the compiled-method containing the pragma."
         
-        self halt:'inimplemented'
+        self halt:'unimplemented'
 
     "Modified: / 21-08-2011 / 12:44:37 / cg"
 !