ProjectDefinition.st
changeset 21563 f1041933ad1a
parent 21562 1218cac5c5c5
child 21569 912c8efa5856
--- a/ProjectDefinition.st	Fri Feb 24 09:59:16 2017 +0100
+++ b/ProjectDefinition.st	Fri Feb 24 10:59:58 2017 +0100
@@ -5502,11 +5502,13 @@
 !ProjectDefinition class methodsFor:'loading'!
 
 checkForLoad
-    "raise an error, if the package is not suitable for loading-"
+    "raise an error, if the package is not suitable for loading"
 
     self supportedOnPlatform ifFalse:[
         PackageNotCompatibleError raiseWith:self package.
     ].
+
+    "Modified (comment): / 24-02-2017 / 10:06:44 / cg"
 !
 
 ensureFullyLoaded