Skip to content

Commit

Permalink
GH-188 code cleanup - one left over unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisledroff committed Oct 13, 2023
1 parent 007ae99 commit 3ecb911
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/com/adobe/aio/workspace/Workspace.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public class Workspace {
public static final String CONSUMER_ORG_ID = "aio_consumer_org_id";
public static final String PROJECT_ID = "aio_project_id";
public static final String WORKSPACE_ID = "aio_workspace_id";
public static final String RUNTIME_NAMESPACE = "aio_runtime_namespace";

public static final String API_KEY = "aio_api_key";
/**
* @deprecated This will be removed in v2.0 of the library.
Expand Down

0 comments on commit 3ecb911

Please sign in to comment.