Ignore these errors again.

This commit is contained in:
Kristian S. Stangeland 2013-04-13 15:27:31 +02:00
parent cd78e311d5
commit 37dd46432a

View File

@ -327,7 +327,7 @@ public class DefaultInstances implements InstanceProvider {
try {
return (T) constructor.newInstance(params);
} catch (Exception e) {
e.printStackTrace();
//e.printStackTrace();
// Cannot create it
return null;
}