samples/forjoe/src-api1.0/api/InterfaceThatJustJoeCanImplement.java
changeset 153 b5cbb797ec0a
parent 132 3bc4c54f4bcc
child 154 0fd5e9c500b9
     1.1 --- a/samples/forjoe/src-api1.0/api/InterfaceThatJustJoeCanImplement.java	Sat Jun 14 09:56:12 2008 +0200
     1.2 +++ b/samples/forjoe/src-api1.0/api/InterfaceThatJustJoeCanImplement.java	Sat Jun 14 09:58:08 2008 +0200
     1.3 @@ -4,9 +4,7 @@
     1.4  public abstract class InterfaceThatJustJoeCanImplement {
     1.5      protected InterfaceThatJustJoeCanImplement() {
     1.6          if (!"impl.joe.JoesImpl".equals(getClass().getName())) {
     1.7 -            throw new IllegalStateException(
     1.8 -                "Sorry, you are not allowed to implement this class"
     1.9 -            );
    1.10 +            throw new IllegalStateException("Sorry, you are not allowed to implement this class");
    1.11          }
    1.12      }
    1.13