Skip to content

Commit

Permalink
Issue #326: Remove forgotten outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WimTibackx committed Oct 28, 2017
1 parent 0310cde commit c1cde43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public SymbolReference<? extends ResolvedValueDeclaration> solveSymbolInType(Res
if (typeDeclaration instanceof JavassistInterfaceDeclaration) {
return ((JavassistInterfaceDeclaration) typeDeclaration).solveSymbol(name, typeSolver);
}
//TODO Need JavassistInterfaceDeclaration
return SymbolReference.unsolved(ResolvedValueDeclaration.class);
}

Expand Down

0 comments on commit c1cde43

Please sign in to comment.