Skip to content

Commit 71328cc

Browse files
committed
remove an obsolete comment, there is no sensible name for a grant, see the spec instead
1 parent 073c626 commit 71328cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • operator/src/main/java/it/aboutbits/postgresql/crd/grant

operator/src/main/java/it/aboutbits/postgresql/crd/grant/Grant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ public class Grant
4444
@Override
4545
@JsonIgnore
4646
public String getName() {
47-
return ""; // Come up with something that makes sense
47+
return "";
4848
}
4949
}

0 commit comments

Comments
 (0)