#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Sun, 08 Sep 2019 16:09:03 +0200
changeset 4557 fbb9e990d3e3
parent 4556 07a781ae80ba
child 4558 2bb43e15fa15
#REFACTORING by exept class: BreakpointNode changed: #numArgs
BreakpointNode.st
--- a/BreakpointNode.st	Sun Sep 08 16:08:33 2019 +0200
+++ b/BreakpointNode.st	Sun Sep 08 16:09:03 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -181,6 +183,8 @@
 !
 
 numArgs
+    <resource: #obsolete>
+
     "must forward - otherwise checkCondition won't work.
      Please use argumentCount, which is ANSI"