UnitConverter.st
changeset 3650 ac2bb03baa51
parent 3577 703ac64f8a44
child 3674 f1c3dfa54f92
--- a/UnitConverter.st	Wed Nov 18 13:07:16 2015 +0100
+++ b/UnitConverter.st	Wed Nov 18 13:18:49 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1996 eXept Software AG
               All Rights Reserved
@@ -1401,6 +1399,12 @@
     "Modified: 22.7.1997 / 13:57:46 / cg"
 ! !
 
+!UnitConverter class methodsFor:'queries'!
+
+isUtilityClass
+    ^ self == UnitConverter
+! !
+
 !UnitConverter class methodsFor:'documentation'!
 
 version