samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java
changeset 245 ce3b323add40
parent 244 2b19d24a755f
     1.1 --- a/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java	Sat Jun 14 10:08:12 2008 +0200
     1.2 +++ b/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java	Sat Jun 14 10:08:14 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);