From b8d01221595db6f3c8c63be8a48aa174ebe6b139 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 14 Sep 2010 21:07:15 +0000 Subject: [PATCH] Comment improvement. --- src/main/java/com/threerings/getdown/util/ConfigUtil.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/threerings/getdown/util/ConfigUtil.java b/src/main/java/com/threerings/getdown/util/ConfigUtil.java index 8222384..9633e05 100644 --- a/src/main/java/com/threerings/getdown/util/ConfigUtil.java +++ b/src/main/java/com/threerings/getdown/util/ConfigUtil.java @@ -183,8 +183,7 @@ public class ConfigUtil * quals = !id | ids * * Examples: [linux-amd64,linux-x86_64], [windows], [mac os x], [!windows]. Negative qualifiers - * must only be used alone as they trigger match or non-match immediately, irrespective of the - * value of other qualifiers. + * must appear alone, they cannot be used with other qualifiers (positive or negative). */ protected static boolean checkQualifiers (String quals, String osname, String osarch) {