Skip to content

Commit

Permalink
Fixed unintentional rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andreak authored and kdubb committed Jun 25, 2020
1 parent 4bda835 commit ce48841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public interface PGSQLExceptionInfo {

String getConstraint();

void setConstraint(String details);
void setConstraint(String constraint);

String getDetail();

Expand Down

0 comments on commit ce48841

Please sign in to comment.