Explorar el Código

benchfib: remove deprecation and replace category with package

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