Skip to content
Snippets Groups Projects
Commit 088436f3 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

Code review

parent a4aebd75
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ public final class TransformationProviderChain {
}
results.add(source);
}
// FIXME(VA) Correct?? Shouldn't we return the last element of results?
return source;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment