Skip to content

Commit

Permalink
Fixing server shutdown not finalizing all threads
Browse files Browse the repository at this point in the history
Autocommit Fri Jan 16 14:40:07 EST 2015
  • Loading branch information
mxro committed Jan 16, 2015
1 parent 54d0b3e commit 99a5040
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public class DefaultFactory implements PropertyFactory {
@Override
public <T> T create(final Class<T> type) {

System.out.println("called it");

if (type.equals(ObjectValueData.class)) {
return (T) new ObjectValueData();
}
Expand Down

0 comments on commit 99a5040

Please sign in to comment.