X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FPromptUserConfig.java;h=6261015a72735a00b085f3829a21f9e85e376d24;hb=bd894ca9f2aae448653d7431ab8a170e1105e85c;hp=fb90ce7b69d1f059ab33b0ee3d555f26dea7f59c;hpb=fee1b781ca14aadea5d112fc554fe14879c787c5;p=jalview.git diff --git a/src/jalview/gui/PromptUserConfig.java b/src/jalview/gui/PromptUserConfig.java index fb90ce7..6261015 100644 --- a/src/jalview/gui/PromptUserConfig.java +++ b/src/jalview/gui/PromptUserConfig.java @@ -201,8 +201,7 @@ public class PromptUserConfig implements Runnable } try { - int reply = JvOptionPane.showConfirmDialog( - Desktop.desktop, // component, + int reply = JvOptionPane.showConfirmDialog(Desktop.desktop, // component, dialogText, dialogTitle, (allowCancel) ? JvOptionPane.YES_NO_CANCEL_OPTION : JvOptionPane.YES_NO_OPTION, @@ -245,7 +244,8 @@ public class PromptUserConfig implements Runnable { jalview.bin.Cache.log.warn( "Unexpected exception when prompting user for yes/no setting for property " - + property, e); + + property, + e); } } }