Skip to content

Commit

Permalink
Remove unused field exposes from project.json file (#4198)
Browse files Browse the repository at this point in the history
* remove exposes

Signed-off-by: Iliyan Velichkov <[email protected]>

* more cleanup

Signed-off-by: Iliyan Velichkov <[email protected]>

---------

Signed-off-by: Iliyan Velichkov <[email protected]>
  • Loading branch information
iliyan-velichkov authored Aug 6, 2024
1 parent 04fadfd commit 49709f3
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 1,087 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ public class ProjectMetadata {
/** The dependencies. */
private ProjectMetadataDependency[] dependencies;

/** The exposes. */
private String[] exposes;

/** The actions. */
private List<ProjectAction> actions;

Expand Down Expand Up @@ -183,24 +180,6 @@ public void setDependencies(ProjectMetadataDependency[] dependencies) {
}
}

/**
* Gets the exposes.
*
* @return the exposes
*/
public String[] getExposes() {
return exposes;
}

/**
* Sets the exposes.
*
* @param exposes the new exposes
*/
public void setExposes(String[] exposes) {
this.exposes = exposes;
}

/**
* Gets the actions.
*
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 49709f3

Please sign in to comment.