Skip to content

Commit

Permalink
[Truffle] Leftover warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 29, 2016
1 parent d7eb364 commit 2eab42d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -207,6 +207,7 @@ private static List<Transcoder> searchPath(byte[] source, byte[] destination) {
return ret;
}

@SuppressWarnings("unchecked")
@TruffleBoundary
private static LinkedList<String> bfs(String sourceEncodingName, String destinationEncodingName) {
final Set<String> alreadyVisited = new HashSet<>();
Expand Down

0 comments on commit 2eab42d

Please sign in to comment.