Skip to content

Commit

Permalink
Merge pull request snyk-labs#234 from snyk/revert-233-feat/add-reacha…
Browse files Browse the repository at this point in the history
…bility-call

Revert "add runtime call"
  • Loading branch information
Dar Malovani authored Apr 21, 2020
2 parents 83443bd + 881df34 commit 9c95794
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public class TodoRepositoryImpl implements TodoRepository {
* {@inheritDoc}
*/
public Todo getTodoById(final long id) {
// test run time call
org.apache.commons.collections.functors.InvokerTransformer.getInstance("method").transform(new Object());
// .transform(new Object());
return entityManager.find(Todo.class, id);
}

Expand Down

0 comments on commit 9c95794

Please sign in to comment.