Selaa lähdekoodia

hello: remove deprecation and replace category with package

Manfred Kroehnert 11 vuotta sitten
vanhempi
commit
0dce4b614e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'!