476477478479480481482483484485486
office2.stop(); } if (office3 != null) { office3.stop(); } if (checkNoBindingData()) { fail("data still in database");
695696697698699700701702703704705
office1.stop(); } if (office2 != null) { office2.stop(); } } } // Package protected ----------------------------------------------------------------------------
818819820821822823824825826827828
office1.stop(); } if (office2 != null) { office2.stop(); } } }
9991000100110021003100410051006100710081009
} catch (Exception ignore) { ignore.printStackTrace(); } office2.stop(); } } }