mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 23:46:13 +00:00
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…
x
Reference in New Issue
Block a user