We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d66f94 commit 0635631Copy full SHA for 0635631
src/main/java/org/codehaus/plexus/util/SelectorUtils.java
@@ -836,9 +836,10 @@ public static String removeWhitespace( String input )
836
}
837
838
/**
839
- * Extract the pattern without the Regex or Ant prefix.
+ * Extract the pattern without the Regex or Ant prefix. In the case of Ant style matches ensure
840
+ * that the path uses specified separator.
841
* @param pattern the pattern to extract from.
- * @param separator the file name separator in the pattern.
842
+ * @param separator the system file name separator in the pattern.
843
* @return The pattern without the Regex or Ant prefix.
844
*/
845
public static String extractPattern(final String pattern, final String separator) {
0 commit comments