...
|
...
|
@@ -52,10 +52,10 @@ public class ForbidToAllowTest { |
|
|
allowAttribute.add("1-Y");
|
|
|
}
|
|
|
|
|
|
if (allowAttribute.contains("3")){
|
|
|
allowAttribute.remove("3");
|
|
|
allowAttribute.add("3-N");
|
|
|
allowAttribute.add("3-Y");
|
|
|
if (allowAttribute.contains("7")){
|
|
|
allowAttribute.remove("7");
|
|
|
allowAttribute.add("7-N");
|
|
|
allowAttribute.add("7-Y");
|
|
|
}
|
|
|
|
|
|
// System.out.println(forbidAttr + " " + allowAttribute);
|
...
|
...
|
|