-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename AbstractTheiaCloudOperator to BasicTheiaCloudOperator
Also remove the abstract so it can directly be used. Use it directly in the DefaultTheiaCloudOperatorModule. Remove the DefaultTheiaCloudOperator as it is no longer needed. Extract LeaderElection in separate method for easier customization. Also make the other methods in the leader election protected.
- Loading branch information
Showing
5 changed files
with
330 additions
and
345 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
...ator/src/main/java/org/eclipse/theia/cloud/defaultoperator/DefaultTheiaCloudOperator.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
308 changes: 0 additions & 308 deletions
308
...d.operator/src/main/java/org/eclipse/theia/cloud/operator/AbstractTheiaCloudOperator.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.