samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java
changeset 235 cfcf2129865f
parent 234 e9dae6435b3a
child 244 2b19d24a755f
     1.1 --- a/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java	Sat Jun 14 10:07:33 2008 +0200
     1.2 +++ b/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java	Sat Jun 14 10:07:36 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);