Skip to content

Commit

Permalink
Use default constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 13, 2024
1 parent c266a17 commit a1e80b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spi/src/main/java/org/opensearch/security/spi/Resource.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public abstract class Resource implements NamedWriteable, ToXContentFragment {
protected ResourceUser resourceUser;
protected String resourceId;

public Resource() {}

public String getResourceId() {
return resourceId;
}
Expand Down

0 comments on commit a1e80b8

Please sign in to comment.