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
635c570598
commit
383e9e4a40
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user