Skip to content

Commit 12c411f

Browse files
committed
DATAGO-100834: Remove unused method
1 parent b317e98 commit 12c411f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

service/application/src/main/java/com/solace/maas/ep/event/management/agent/config/SolaceConfiguration.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,4 @@ public boolean isProxyEnabled() {
131131

132132
return (Boolean.TRUE.equals(gatewayConnection.getProxyEnabled()));
133133
}
134-
135-
public String getRuntimeAgentId() {
136-
return eventPortalProperties.getRuntimeAgentId();
137-
}
138-
139134
}

0 commit comments

Comments
 (0)