WrappedMethod.st
changeset 4431 1d539eece6b9
parent 4392 40dcd434117c
child 4457 b8f7fa076a43
--- a/WrappedMethod.st	Mon May 27 17:20:22 2019 +0200
+++ b/WrappedMethod.st	Mon May 27 21:36:00 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -239,9 +241,13 @@
 !
 
 shadowedMethod
+    "return true, if this method is an extension (i.e. package ~= classes' package)
+     which shadows an existing method from another package (i.e. a package conflict)"
+
     ^ self originalMethod shadowedMethod
 
     "Created: / 03-10-2014 / 15:23:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 27-05-2019 / 20:50:08 / Claus Gittinger"
 !
 
 source