Issue #2153 - fix merge issue for build

Former-commit-id: 756fb4be59 [formerly f052982f8e] [formerly 9c1aaa2bf5 [formerly 25560718fb861f13ff8701b9458a6b18adf523be]]
Former-commit-id: 9c1aaa2bf5
Former-commit-id: 37a5eb6c69
This commit is contained in:
Bryan Kowal 2013-07-01 10:52:29 -05:00
parent 69f8807963
commit 08bb604ced

View file

@ -307,7 +307,6 @@ public class PlotResource2 extends
if (curFrame == null) { if (curFrame == null) {
curFrame = startFrameInit(time); curFrame = startFrameInit(time);
} }
}
} }
} }
} }