Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove unused method in DocumentType
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed May 11, 2015
1 parent 201a5be commit 5694796
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -154,12 +154,6 @@ private static Set<DocumentType> fromExtension(boolean source,
this.extensions = unmodifiableMap(extensions);
}

// FIXME damason: rename getExtension to toString
@Deprecated
public String getExtension() {
return extensions.get(0);
}

public Map<String, String> getExtensions() {
return extensions;
}
Expand Down

0 comments on commit 5694796

Please sign in to comment.