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