samples/primitiveconstants/src-impl/impl/Impl.java
changeset 133 50bf1b976c0d
parent 8 82ff02d7f861
child 152 eb6f29070331
     1.1 --- a/samples/primitiveconstants/src-impl/impl/Impl.java	Sat Jun 14 09:50:51 2008 +0200
     1.2 +++ b/samples/primitiveconstants/src-impl/impl/Impl.java	Sat Jun 14 09:56:16 2008 +0200
     1.3 @@ -5,7 +5,7 @@
     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