Browse Source

fix typo (reported by Antony Goubard)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449828 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 19 years ago
parent
commit
962afc9797
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Contains.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Contains.java View File

@@ -51,7 +51,7 @@ public class Contains implements Condition {

/**
* Whether to search ignoring case or not.
* @param b if true, ignore case
* @param b if false, ignore case
* @since Ant 1.5
*/
public void setCasesensitive(boolean b) {


Loading…
Cancel
Save