Explorar el Código

hello: remove deprecation and replace category with package

Manfred Kroehnert hace 11 años
padre
commit
0dce4b614e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'!