summaryrefslogtreecommitdiffstats
path: root/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java')
-rw-r--r--jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java b/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java
index 31d7543304a..5a4a79995d8 100644
--- a/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java
+++ b/jrt/src/com/yahoo/jrt/slobrok/api/Mirror.java
@@ -133,9 +133,9 @@ public class Mirror implements IMirror {
* and end with '**' to match the rest of the name.
* Note that this isn't quite globbing, as there is no backtracking.
*
- * @return true if the name matches the pattern
* @param name the name
* @param pattern the pattern
+ * @return true if the name matches the pattern
*/
static boolean match(char [] name, char [] pattern) {
int ni = 0;