Removed trailing whitespace in RecordFactory

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Josh Micich 2009-06-12 19:42:28 +00:00
parent 635c570598
commit 383e9e4a40

View File

@ -360,6 +360,7 @@ public final class RecordFactory {
} }
result.put(key, new ReflectionRecordCreator(constructor)); result.put(key, new ReflectionRecordCreator(constructor));
} }
// result.put(new Integer(0x0406), result.get(new Integer(0x06)));
return result; return result;
} }