Author: manik.surtani(a)jboss.com
Date: 2009-03-07 13:58:23 -0500 (Sat, 07 Mar 2009)
New Revision: 7880
Modified:
core/branches/flat/src/main/java/org/horizon/commands/remote/ReplicateCommand.java
Log:
Lousy typo
Modified:
core/branches/flat/src/main/java/org/horizon/commands/remote/ReplicateCommand.java
===================================================================
---
core/branches/flat/src/main/java/org/horizon/commands/remote/ReplicateCommand.java 2009-03-07
18:48:08 UTC (rev 7879)
+++
core/branches/flat/src/main/java/org/horizon/commands/remote/ReplicateCommand.java 2009-03-07
18:58:23 UTC (rev 7880)
@@ -57,7 +57,7 @@
if (modifications != null && modifications.size() == 1) {
this.commands = new ReplicableCommand[]{modifications.get(0)};
} else {
- this.commands = new ReplicateCommand[modifications.size()];
+ this.commands = new ReplicableCommand[modifications.size()];
int i = 0;
for (ReplicableCommand rc : modifications) commands[i++] = rc;
}
Show replies by date