Author: carlos Date: Fri Apr 28 16:26:14 2006 New Revision: 398037 URL: http://svn.apache.org/viewcvs?rev=398037&view=rev Log: Added javadoc
Modified: maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/SinkAdapter.java Modified: maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/SinkAdapter.java URL: http://svn.apache.org/viewcvs/maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/SinkAdapter.java?rev=398037&r1=398036&r2=398037&view=diff ============================================================================== --- maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/SinkAdapter.java (original) +++ maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/SinkAdapter.java Fri Apr 28 16:26:14 2006 @@ -1,5 +1,7 @@ -package org.apache.maven.doxia.sink;/* - * Copyright 2004-2005 The Apache Software Foundation. +package org.apache.maven.doxia.sink; + +/* + * Copyright 2004-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,11 +16,12 @@ * limitations under the License. */ +/** + * Empty implementation of the Sink interface. Useful for testing purposes. + */ public class SinkAdapter implements Sink { - // Not abstract. Useful just to apt a document without converting it. - public void head() { }