Issue #501 - eliminated (duplicate statements) unreachable code to fix the Wes2Bridge build.

Former-commit-id: 28f2145d82ce3030cebfb0a14aa8457fee992e13
This commit is contained in:
Bryan Kowal 2012-04-19 13:09:58 -05:00
parent be060f1b1c
commit b90b6f101e

View file

@ -115,6 +115,5 @@ public abstract class PersistablePluginDataObject extends PluginDataObject
}
return c.getTime();
return c.getTime();
}
}