samples/primitiveconstants/src-impl/impl/Impl.java
changeset 154 0fd5e9c500b9
parent 153 b5cbb797ec0a
child 180 131332825eab
     1.1 --- a/samples/primitiveconstants/src-impl/impl/Impl.java	Sat Jun 14 09:58:08 2008 +0200
     1.2 +++ b/samples/primitiveconstants/src-impl/impl/Impl.java	Sat Jun 14 09:58:11 2008 +0200
     1.3 @@ -5,10 +5,10 @@
     1.4  public class Impl extends API {
     1.5      protected void init(int version) throws IllegalStateException {
     1.6          if (version != API.VERSION) {
     1.7 -          throw new IllegalStateException("Not the right API version error!");
     1.8 +          throw new IllegalStateException("Wrong API version error!");
     1.9          }
    1.10      }
    1.11 -// END: theory.binary.constants.impl
    1.12 +// FINISH: theory.binary.constants.impl
    1.13      
    1.14      public static void main(String[] args) {
    1.15          System.err.println("main expects version: " + API.VERSION);