Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Update AdminController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pooja1pathak authored Dec 3, 2018
1 parent d259edd commit 55ea451
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ public synchronized ResponseEntity<Configuration> removeConfiguration() throws P
if (tenantFilter != null) {
tenantFilter.removeTenant(configurationId);
}
//Retrieve the configuration
// Retrieve the configuration
final Configuration configuration = complexEventProcessor.getConfiguration();
//Unsubscribe from Provider of the configuration
// Unsubscribe from Provider of the configuration
if (configuration != null) {
subscriptionManager.unsubscribe(configuration);
}
Expand Down

0 comments on commit 55ea451

Please sign in to comment.