PerforceSourceCodeManagerUtilities.st
changeset 16183 d2dc8f201639
parent 16059 8554ef657db3
child 16213 f667b5b42a11
child 16519 0a978c516824
--- a/PerforceSourceCodeManagerUtilities.st	Fri Mar 25 16:45:56 2016 +0100
+++ b/PerforceSourceCodeManagerUtilities.st	Fri Mar 25 16:46:12 2016 +0100
@@ -1476,20 +1476,12 @@
 !
 
 filesHolder
+    "automatically generated by UIPainter ..."
+
     <resource: #uiAspect>
 
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     filesHolder isNil ifTrue:[
         filesHolder := '' asValue.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       filesHolder addDependent:self.
-"/       filesHolder onChangeSend:#filesHolderChanged to:self.
     ].
     ^ filesHolder.
 !
@@ -1532,20 +1524,12 @@
 !
 
 tagItInHolder
+    "automatically generated by UIPainter ..."
+
     <resource: #uiAspect>
 
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     tagItInHolder isNil ifTrue:[
         tagItInHolder := true asValue.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       tagItInHolder addDependent:self.
-"/       tagItInHolder onChangeSend:#tagItInHolderChanged to:self.
     ].
     ^ tagItInHolder.
 !