Project

General

Profile

« Previous | Next » 

Revision 52285

added dnet:resource_type vocabulary; extended OAF schema for oaf:concept; updated commons-lang3 or replaced by commons-text

View differences:

XSContentTypeVisitorImpl.java
3 3
import java.util.Collection;
4 4
import java.util.Iterator;
5 5

  
6
import org.apache.commons.lang.NotImplementedException;
6
import org.apache.commons.lang3.NotImplementedException;
7 7

  
8 8
import com.sun.xml.xsom.XSAttributeUse;
9 9
import com.sun.xml.xsom.XSContentType;
......
26 26
	
27 27
	@Override
28 28
	public void empty(XSContentType arg0) {
29
		throw new NotImplementedException();
29
		throw new NotImplementedException("TODO empty");
30 30
	}
31 31

  
32 32
	@Override
......
68 68

  
69 69
	@Override
70 70
	public void simpleType(XSSimpleType arg0) {
71
		throw new NotImplementedException();
71
		throw new NotImplementedException("TODO simpleType");
72 72
	}
73 73

  
74 74
	public void setVisitor(Visitor visitor) {

Also available in: Unified diff