Sfoglia il codice sorgente

benchfib: remove deprecation and replace category with package

Manfred Kroehnert 11 anni fa
parent
commit
3bb89cb931
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      nodejs/benchfib/Benchfib.st

+ 1 - 1
nodejs/benchfib/Benchfib.st

@@ -1,6 +1,6 @@
 Object subclass: #Benchfib
 	instanceVariableNames: ''
-	category: 'Benchfib'!
+	package: 'Benchfib'!
 
 !Benchfib class methodsFor: 'not yet classified'!