Skip to content

Commit 0628d99

Browse files
AXIS2-5900 If and else branches has the same condition in TribesAxisObserver
1 parent 44ab9d8 commit 0628d99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/clustering/src/org/apache/axis2/clustering/tribes/TribesAxisObserver.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ public void serviceGroupUpdate(AxisEvent axisEvent, AxisServiceGroup axisService
5454
public void moduleUpdate(AxisEvent axisEvent, AxisModule axisModule) {
5555
if (axisEvent.getEventType() == AxisEvent.MODULE_DEPLOY) {
5656
ClassLoaderUtil.addModuleClassLoader(axisModule);
57-
} else if (axisEvent.getEventType() == AxisEvent.MODULE_DEPLOY) {
58-
ClassLoaderUtil.removeModuleClassLoader(axisModule);
5957
}
6058
}
6159

0 commit comments

Comments
 (0)