Fix inconsistent whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3db4f0b82c
commit
79f3f4bb06
@ -94,8 +94,8 @@ public final class CollaboratingWorkbooksEnvironment {
|
||||
for (String wbName : evaluatorsByName.keySet()) {
|
||||
WorkbookEvaluator wbEval = evaluatorsByName.get(wbName);
|
||||
if (uniqueEvals.containsKey(wbEval)) {
|
||||
String msg = "Attempted to register same workbook under names '"
|
||||
+ uniqueEvals.get(wbEval) + "' and '" + wbName + "'";
|
||||
String msg = "Attempted to register same workbook under names '" +
|
||||
uniqueEvals.get(wbEval) + "' and '" + wbName + "'";
|
||||
throw new IllegalArgumentException(msg);
|
||||
}
|
||||
uniqueEvals.put(wbEval, wbName);
|
||||
@ -108,7 +108,6 @@ public final class CollaboratingWorkbooksEnvironment {
|
||||
}
|
||||
|
||||
private static void hookNewEnvironment(WorkbookEvaluator[] evaluators, CollaboratingWorkbooksEnvironment env) {
|
||||
|
||||
// All evaluators will need to share the same cache.
|
||||
// but the cache takes an optional evaluation listener.
|
||||
int nItems = evaluators.length;
|
||||
|
Loading…
Reference in New Issue
Block a user