Skip to content

Commit e5f6d6d

Browse files
Update bundles/fish.payara.eclipse.tools.server/src/fish/payara/eclipse/tools/server/deploying/PayaraServerBehaviour.java
Co-authored-by: Alfonso Valdez <alfonso.altamirano@payara.fish>
1 parent f89f3d8 commit e5f6d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/fish.payara.eclipse.tools.server/src/fish/payara/eclipse/tools/server/deploying/PayaraServerBehaviour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public static String getVersion(PayaraServer server) throws PayaraIdeException {
325325

326326
try {
327327
ResultString result = future.get(30, SECONDS);
328-
if(!result.isAuth()) {
328+
if (!result.isAuth()) {
329329
throw new PayaraIdeException(result.getValue());
330330
}
331331
return result.getValue();

0 commit comments

Comments
 (0)