Skip to content

Commit

Permalink
Adding TODO note for ajs6f
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Apr 24, 2015
1 parent de750f0 commit 384d722
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -71,6 +71,10 @@ public PrefixingIdentifierTranslator(final Session session, final String resourc
protected Converter<String, String> forward = identity();
protected Converter<String, String> reverse = identity();

/*
* TODO: much of what happens with chains of translators inside these converters should be factored
* out into some abstract class, or post Java 8, default implementation.
*/
private void setTranslationChain() {

for (final Converter<String, String> t : minimalTranslationChain) {
Expand Down

0 comments on commit 384d722

Please sign in to comment.