Removed unecessary code
This commit is contained in:
parent
eb151610f3
commit
8969a7c963
1 changed files with 1 additions and 9 deletions
|
@ -24,14 +24,6 @@ public class Entities {
|
|||
{
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
if (foundclass != null)
|
||||
{
|
||||
return foundclass;
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
return foundclass;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue