Searched refs:foundId (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DTwrTests.java300 * @param foundId the ID of the resource whose creation failed
303 private static void checkCreateFailureId(int foundId, int expectedId) { argument
304 if (foundId != expectedId)
306 + foundId + " expected " + expectedId);

Completed in 33 milliseconds