samples/forjoe/src-api1.0/api/InterfaceThatJustJoeCanImplement.java
changeset 154 0fd5e9c500b9
parent 153 b5cbb797ec0a
     1.1 --- a/samples/forjoe/src-api1.0/api/InterfaceThatJustJoeCanImplement.java	Sat Jun 14 09:58:08 2008 +0200
     1.2 +++ b/samples/forjoe/src-api1.0/api/InterfaceThatJustJoeCanImplement.java	Sat Jun 14 09:58:11 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