#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 07 Feb 2017 13:29:00 +0100
changeset 17359 400b65ecc983
parent 17358 c1fb3ecc0bf0
child 17360 f7c7a3a9b2d0
#OTHER by cg class: Tools::ChangeSetDiffTool comment/format in: #diffsetChanged #fileMenuOpenOnDiffBetween:and:
Tools__LintRuleSelectionDialog.st
--- a/Tools__LintRuleSelectionDialog.st	Tue Feb 07 13:28:57 2017 +0100
+++ b/Tools__LintRuleSelectionDialog.st	Tue Feb 07 13:29:00 2017 +0100
@@ -263,20 +263,20 @@
 
     ^self selectionHolder value
 
-    "Created: / 25-08-2010 / 14:10:03 / Jan Vrany <enter your email here>"
+    "Created: / 25-08-2010 / 14:10:03 / Jan Vrany"
 !
 
 selection: anObject
 
     self selectionHolder value: anObject
 
-    "Created: / 25-08-2010 / 14:09:40 / Jan Vrany <enter your email here>"
+    "Created: / 25-08-2010 / 14:09:40 / Jan Vrany"
 !
 
 selectionAsRule
     ^ RBCompositeLintRule rules: self selection name: (resources string: 'Selected Rules')
 
-    "Created: / 25-08-2010 / 14:10:58 / Jan Vrany <enter your email here>"
+    "Created: / 25-08-2010 / 14:10:58 / Jan Vrany"
     "Modified: / 27-11-2014 / 09:26:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !