#REFACTORING by stefan cvs_MAIN
authorStefan Vogel <sv@exept.de>
Fri, 31 Mar 2017 18:21:41 +0200
branchcvs_MAIN
changeset 753 547d4ce40b8c
parent 752 0683fac044d6
child 754 e1b862463fd1
#REFACTORING by stefan class: SCMAbstractCommitDialog added: #doInspect removed: #model fix obsolete message sends
common/SCMAbstractCommitDialog.st
--- a/common/SCMAbstractCommitDialog.st	Wed Mar 01 15:30:56 2017 +0100
+++ b/common/SCMAbstractCommitDialog.st	Fri Mar 31 18:21:41 2017 +0200
@@ -518,15 +518,6 @@
     "Modified: / 08-02-2012 / 18:08:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-model
-    <resource: #obsolete>
-
-    self breakPoint: #jv.
-    ^self task
-
-    "Created: / 12-01-2013 / 11:59:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 task
 
     ^task
@@ -604,6 +595,12 @@
     "Modified: / 27-05-2014 / 16:03:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+doInspect
+    self task inspect
+
+    "Created: / 31-03-2017 / 17:57:28 / stefan"
+!
+
 doShowDiffsForEntry
     "raise an error: must be redefined in concrete subclass(es)"