Skip to content

Commit

Permalink
setProtocolVersion argument mis-spelled from Mikko Tiihonen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cramer committed May 2, 2012
1 parent 64d493d commit 1f0403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/postgresql/ds/common/BaseDataSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public int getProtocolVersion()
return protocolVersion;
}

public void setProtocolVersion(int protocolversion)
public void setProtocolVersion(int protocolVersion)
{
this.protocolVersion = protocolVersion;
}
Expand Down

0 comments on commit 1f0403e

Please sign in to comment.