diff -r 8503a20726d2 -r b87ea854d920 java/dictionary-generator/src/cz/frantovo/telco/dictionary/MappedNamespaceContext.java --- a/java/dictionary-generator/src/cz/frantovo/telco/dictionary/MappedNamespaceContext.java Mon Aug 12 22:40:38 2013 +0200 +++ b/java/dictionary-generator/src/cz/frantovo/telco/dictionary/MappedNamespaceContext.java Mon Aug 12 22:44:21 2013 +0200 @@ -54,7 +54,7 @@ } @Override - public Iterator getPrefixes(String xmlns) { + public Iterator getPrefixes(String xmlns) { return getKeysForValue(prefixMap, xmlns).iterator(); } } \ No newline at end of file