mirror of https://github.com/apache/poi.git
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:
parent
6295a0d793
commit
67e584ebca
|
@ -360,6 +360,7 @@ public final class RecordFactory {
|
|||
}
|
||||
result.put(key, new ReflectionRecordCreator(constructor));
|
||||
}
|
||||
// result.put(new Integer(0x0406), result.get(new Integer(0x06)));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue