Project

General

Profile

« Previous | Next » 

Revision 49900

work in progress, the application starts

View differences:

Vocabulary.java
29 29
		return term != null ? term.getEnglishName() : null;
30 30
	}
31 31

  
32
	public boolean hasCode(final String code) {
33
		return getEnglishName(code) != null;
34
	}
35

  
32 36
	private void hashByCode() {
33 37
		log.info("hashing vocabulary by code ...");
34 38
		getTerms().forEach(term -> {

Also available in: Unified diff