Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed May 9, 2019
1 parent 9e1c537 commit 3d6871d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/com/microsoft/sqlserver/jdbc/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class TestUtils {

/**
* Checks if connection is established to Azure server.
*
*
* @see com.microsoft.sqlserver.jdbc.SQLServerConnection#isAzure()
*/
public static boolean isAzure(Connection con) {
Expand All @@ -84,7 +84,7 @@ public static boolean isAzure(Connection con) {

/**
* Checks if connection is established to Azure DW server.
*
*
* @see com.microsoft.sqlserver.jdbc.SQLServerConnection#isAzureDW()
*/
public static boolean isAzureDW(Connection con) {
Expand All @@ -94,7 +94,7 @@ public static boolean isAzureDW(Connection con) {

/**
* Checks if connection is established to Azure MI server.
*
*
* @see com.microsoft.sqlserver.jdbc.SQLServerConnection#isAzureMI()
*/
public static boolean isAzureMI(Connection con) {
Expand Down

0 comments on commit 3d6871d

Please sign in to comment.