Skip to content

Commit 0635631

Browse files
Claudenwslachiewicz
authored andcommitted
updated documentation
1 parent 8d66f94 commit 0635631

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/org/codehaus/plexus/util/SelectorUtils.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,9 +836,10 @@ public static String removeWhitespace( String input )
836836
}
837837

838838
/**
839-
* Extract the pattern without the Regex or Ant prefix.
839+
* Extract the pattern without the Regex or Ant prefix. In the case of Ant style matches ensure
840+
* that the path uses specified separator.
840841
* @param pattern the pattern to extract from.
841-
* @param separator the file name separator in the pattern.
842+
* @param separator the system file name separator in the pattern.
842843
* @return The pattern without the Regex or Ant prefix.
843844
*/
844845
public static String extractPattern(final String pattern, final String separator) {

0 commit comments

Comments
 (0)