Project

General

Profile

« Previous | Next » 

Revision 50278

added some methods for repo UI

View differences:

RepoUIUtils.java
100 100
			final Node n = (Node) o;
101 101
			final String name = n.valueOf("@name");
102 102
			final String value = n.getText();
103
			if (name.equalsIgnoreCase(DatasourceConstants.OVERRIDING_COMPLIANCE_FIELD)) {
103
			if (name.equalsIgnoreCase("overriding_compliance")) {
104 104
				for (final SimpleParamEntry e : ifc.getCommonParams()) {
105 105
					if (e.getName().equals("compliance")) {
106 106
						// The original compliance (assigned by the validator) is stored in otherValue

Also available in: Unified diff