Ignore:
Timestamp:
2015-06-06T04:32:00+02:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes. Removed one duplicated method in exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java

    r8466 r8470  
    8383    /**
    8484     * Add (register) MatchFactory with SearchCompiler
    85      * @param factory
     85     * @param factory match factory
    8686     */
    8787    public static void addMatchFactory(MatchFactory factory) {
     
    13551355     *
    13561356     * @return match determined by search string
    1357      * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError
     1357     * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError if search expression cannot be parsed
    13581358     */
    13591359    public Match parse() throws ParseError {
     
    13701370     *
    13711371     * @return match determined by parsing expression
    1372      * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError
     1372     * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError if search expression cannot be parsed
    13731373     */
    13741374    private Match parseExpression() throws ParseError {
     
    13971397     * @param errorMessage to display if parsing error occurs
    13981398     * @return match determined by parsing expression
    1399      * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError
     1399     * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError if search expression cannot be parsed
    14001400     * @see #parseExpression()
    14011401     */
     
    14121412     *
    14131413     * @return match determined by parsing factor string
    1414      * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError
     1414     * @throws org.openstreetmap.josm.actions.search.SearchCompiler.ParseError if search expression cannot be parsed
    14151415     */
    14161416    private Match parseFactor() throws ParseError {
Note: See TracChangeset for help on using the changeset viewer.