#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Apr 2018 10:00:07 +0200
changeset 22701 8940df382f2f
parent 22700 d9dee3e51294
child 22702 d347a51bef9c
#REFACTORING by cg class: Annotation changed: #method
Annotation.st
--- 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"
 !