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

« back to all changes in this revision

Viewing changes to doxia-core/src/main/java/org/apache/maven/doxia/index/IndexingSink.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:
29
29
 *
30
30
 * @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
31
31
 * @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
32
 
 * @version $Id: IndexingSink.java 559578 2007-07-25 20:12:56Z ltheussl $
 
32
 * @version $Id: IndexingSink.java 746978 2009-02-23 12:20:33Z vsiveton $
33
33
 */
34
34
public class IndexingSink
35
35
    extends SinkAdapter
81
81
    }
82
82
 
83
83
    /**
 
84
     * <p>Getter for the field <code>title</code>.</p>
 
85
     *
84
86
     * @return the title
85
87
     */
86
88
    public String getTitle()
230
232
    }
231
233
 
232
234
    /**
 
235
     * <p>peek</p>
 
236
     *
233
237
     * @return Looks at the IndexEntry at the top of this stack
234
238
     */
235
239
    public IndexEntry peek()