use ignore instead of _ because of Java8
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user