Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kosegi <[email protected]>
  • Loading branch information
rkosegi committed Dec 2, 2022
1 parent b63809e commit 7ef1524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@

@UtilityClass
public class HetznerConstants {
/**
* System property name prefix for all properties that this plugin understands.
*/
public static final String PROP_PREFIX = HetznerConstants.class.getPackage().getName();

/**
* Name of system property used to override Hetzner API endpoint, used by tests only.
*/
public static final String PROP_API_ENDPOINT = PROP_PREFIX + ".api-endpoint";

/**
* Hetzner public cloud API endpoint.
*/
public static final String DEFAULT_ENDPOINT = "https://api.hetzner.cloud/v1/";

/**
* Namespace for labels added to all objects managed by this plugin.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private static Set<HetznerCloud> getHetznerClouds() {
}

@Override
protected void doRun() throws Exception {
protected void doRun() {
doCleanup();
}

Expand Down

0 comments on commit 7ef1524

Please sign in to comment.