You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,9 +30,13 @@ public interface SidebarService {
28
30
interfaceSidebarEntry {
29
31
30
32
/**
31
-
* Removes this entry from the sidebar. Once removed, this object cannot be added again.
33
+
* Removes this entry from the sidebar.
34
+
*
35
+
* @throws SidebarServiceException if removal fails.
36
+
* @implSpec ServiceProviders should make this function <em>idempotent</em>, i.e. after the method is called once and succeeded, consecutive calls should not change anything or throw an error.
0 commit comments