Comment improvement.
This commit is contained in:
@@ -183,8 +183,7 @@ public class ConfigUtil
|
|||||||
* quals = !id | ids
|
* quals = !id | ids
|
||||||
* </pre>
|
* </pre>
|
||||||
* Examples: [linux-amd64,linux-x86_64], [windows], [mac os x], [!windows]. Negative qualifiers
|
* 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
|
* must appear alone, they cannot be used with other qualifiers (positive or negative).
|
||||||
* value of other qualifiers.
|
|
||||||
*/
|
*/
|
||||||
protected static boolean checkQualifiers (String quals, String osname, String osarch)
|
protected static boolean checkQualifiers (String quals, String osname, String osarch)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user