Project

General

Profile

« Previous | Next » 

Revision 57133

fixed dependencies and import

View differences:

VirtuosoParthenosIterator.java
98 98
	}
99 99

  
100 100

  
101
	protected String tryGetRDF(final String subjectURL, int attempt) throws URISyntaxException, InterruptedException, VirtuosoParthenosException {
101
	protected String tryGetRDF(final String subjectURL, int attempt) throws URISyntaxException, InterruptedException {
102 102
		//this is something George said: if it has no http URI, then it is not to be considered relevant by itself
103 103
		if(!subjectURL.startsWith("http")){
104 104
			log.debug("Skipping as non-http url: "+subjectURL);

Also available in: Unified diff