use ignore instead of _ because of Java8

This commit is contained in:
thatsIch
2014-09-20 22:26:10 +02:00
parent fce96ec08b
commit 0885f340e2
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ public class ItemRepo
b.invoke( searchField, "" );
}
}
catch (Throwable _)
catch (Throwable ignore)
{
}
@@ -143,7 +143,7 @@ public class ItemRepo
{
m = Pattern.compile( innerSearch.toLowerCase(), Pattern.CASE_INSENSITIVE );
}
catch (Throwable _)
catch (Throwable ignore)
{
try
{