diff options
Diffstat (limited to 'source/com/c2kernel/persistency/outcome/SchemaValidator.java')
| -rw-r--r--[-rwxr-xr-x] | source/com/c2kernel/persistency/outcome/SchemaValidator.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source/com/c2kernel/persistency/outcome/SchemaValidator.java b/source/com/c2kernel/persistency/outcome/SchemaValidator.java index f2dfa0b..be8564b 100755..100644 --- a/source/com/c2kernel/persistency/outcome/SchemaValidator.java +++ b/source/com/c2kernel/persistency/outcome/SchemaValidator.java @@ -26,18 +26,19 @@ public class SchemaValidator extends OutcomeValidator { */
public SchemaValidator() {
-
+
}
public org.exolab.castor.xml.schema.Schema getSOM() {
- return castorSchema;
+ return castorSchema;
}
/**
*
*/
- public synchronized String validate(String outcome) {
+ @Override
+ public synchronized String validate(String outcome) {
errors = new StringBuffer();
try {
InputSource schemaSource = new InputSource(new StringReader(outcome));
|
