Project

General

Profile

« Previous | Next » 

Revision 52910

minor cleanup

View differences:

VirtuosoParthenosIterator.java
68 68
		getExecutor().submit(() -> {
69 69
			try {
70 70
				int offset = 0;
71
				boolean again = true;
71
				boolean again;
72 72
				do {
73 73
					List<String> subjectList = getSubjectList(offset);
74 74
					for (String subject : subjectList) {
......
99 99

  
100 100

  
101 101
	protected String tryGetRDF(final String subjectURL, int attempt) throws URISyntaxException, InterruptedException, VirtuosoParthenosException {
102
		log.debug("Quering Api, remaining attempts: "+attempt);
102
		log.debug("Querying Api, remaining attempts: "+attempt);
103 103
		if (attempt <= 0) {
104 104
			errors.merge("Failed tryGetRDF", 1, Integer::sum);
105 105
			return null;

Also available in: Unified diff