Przeglądaj źródła

hello: remove deprecation and replace category with package

Manfred Kroehnert 12 lat temu
rodzic
commit
0dce4b614e
1 zmienionych plików z 1 dodań i 1 usunięć
  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'!