ソースを参照

hello: remove deprecation and replace category with package

Manfred Kroehnert 11 年 前
コミット
0dce4b614e
1 ファイル変更1 行追加1 行削除
  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'!