Need a space before BEGIN now
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:07:27 +0200
changeset 232e8d817c1bdc4
parent 231 e3ff8d81f386
child 233 15d31c98a129
Need a space before BEGIN now
samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java
     1.1 --- a/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java	Sat Jun 14 10:07:25 2008 +0200
     1.2 +++ b/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java	Sat Jun 14 10:07:27 2008 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4      }
     1.5  /* The above code is here to let us simulate different behaviours of the append
     1.6   * method. In reality, the class would just subclass BufferedWriter, as shown bellow:
     1.7 -BEGIN: writer.CryptoWriter
     1.8 + BEGIN: writer.CryptoWriter
     1.9  public class CryptoWriter extends BufferedWriter {
    1.10      public CryptoWriter(Writer out) {
    1.11          super(out);