mirror of https://github.com/apache/jclouds.git
fix misaligned braces
This commit is contained in:
parent
e199b2bc5d
commit
4dc708c494
|
@ -370,7 +370,6 @@ public class Checks {
|
|||
public static void checkIpAddress(String ip) {
|
||||
InetAddresses.isInetAddress(ip);
|
||||
}
|
||||
}
|
||||
|
||||
public static void checkVApp(VApp vApp) {
|
||||
// TODO Auto-generated method stub
|
||||
|
@ -391,4 +390,5 @@ public class Checks {
|
|||
|
||||
// parent type
|
||||
Checks.checkResourceEntityType(media);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue