Browse Source

xdoclet complains it is illegal to have comments at the end.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277068 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
5151c0c235
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java

+ 2
- 2
src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java View File

@@ -927,5 +927,5 @@ public class ModifiedSelector extends BaseExtendSelector implements BuildListene
return new String[] {"equal", "rule" };
}
}
} //class-ModifiedSelector
//class-ModifiedSelector
}

Loading…
Cancel
Save