diff -r e3b784caf101 -r 7fe0bc418071 Query.st --- a/Query.st Mon Jun 11 15:22:23 2018 +0200 +++ b/Query.st Tue Jun 12 23:19:14 2018 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2002 by eXept Software AG All Rights Reserved @@ -42,6 +44,8 @@ A query is an exception which by default proceeds if unhandled and returns a default value. + Subclasses might redefine defaultResumeValue on the instance side. + As a class based reimplementation, it replaces and obsoletes the old QuerySignal instance based mechanism.