Skip to content

Commit

Permalink
switch lat/long
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbae committed Jul 23, 2018
1 parent 7ec6fcc commit 272a729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/microsoft/sqlserver/jdbc/Geography.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ public static Geography parse(String wkt) throws SQLServerException {
* a Spatial Reference Identifier.
*
* @param x
* longitude
* @param y
* latitude
* @param y
* longitude
* @param srid
* Spatial Reference Identifier value
* @return Geography Geography instance
Expand Down

0 comments on commit 272a729

Please sign in to comment.