~ubuntu-branches/ubuntu/vivid/doxia/vivid-proposed

« back to all changes in this revision

Viewing changes to doxia-sink-api/src/main/java/org/codehaus/doxia/sink/Sink.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-08 14:20:22 UTC
  • mfrom: (2.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091008142022-f6ccxganfr2tbaig
Tags: 1.1-3build1
Upload to karmic, avoiding new version from unstable. LP: #443292.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
/**
23
23
 * Generic document processing interface.
24
24
 *
25
 
 * @deprecated use {@link org.apache.maven.doxia.sink.Sink} instead.
26
 
 * @version $Id: Sink.java 544353 2007-06-05 03:05:08Z vsiveton $
 
25
 * @deprecated use {@link org.apache.maven.doxia.sink.Sink} instead (since 1.0-alpha-6).
 
26
 * @version $Id: Sink.java 712143 2008-11-07 14:50:52Z hboutemy $
27
27
 */
28
28
public interface Sink
29
29
    extends org.apache.maven.doxia.sink.Sink