Skip to content

Commit

Permalink
checkstyle corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
selvasingh committed Dec 15, 2016
1 parent 199a2b7 commit e90c771
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.util.List;

/**
* Azure network sample for managing application gateways
* Azure network sample for managing application gateways.
*
* - CREATE an application gateway for load balancing
* HTTP/HTTPS requests to backend server pools of virtual machines
Expand Down Expand Up @@ -238,7 +238,7 @@ public static void main(String[] args) {
+ "][vm = "
+ j
+ "] = "
+ ipAddresses[i][j] );
+ ipAddresses[i][j]);

}

Expand Down Expand Up @@ -340,7 +340,7 @@ public static void main(String[] args) {
}
}

private ManageApplicationGateway(){
private ManageApplicationGateway() {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.Date;

/**
* Azure network sample for managing application gateways
* Azure network sample for managing application gateways.
*
* - CREATE an application gateway for load balancing
* HTTP/HTTPS requests to backend server pools of virtual machines
Expand Down Expand Up @@ -188,7 +188,7 @@ public static void main(String[] args) {
}
}

private ManageSimpleApplicationGateway(){
private ManageSimpleApplicationGateway() {

}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ public static void print(ElasticPoolDatabaseActivity databaseActivity) {


/**
* Print an application gateway
* Print an application gateway.
* @param resource an application gateway
*/
public static void print(ApplicationGateway resource) {
Expand Down

0 comments on commit e90c771

Please sign in to comment.