Parcourir la source

hello: remove deprecation and replace category with package

Manfred Kroehnert il y a 11 ans
Parent
commit
0dce4b614e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      nodejs/hello/Hello.st

+ 1 - 1
nodejs/hello/Hello.st

@@ -1,6 +1,6 @@
 Object subclass: #Hello
         instanceVariableNames: ''
-        category: 'Hello'!
+        package: 'Hello'!
 
 !Hello class methodsFor: 'main'!