Skip to content
Snippets Groups Projects
Commit ba32e7c8 authored by gv1's avatar gv1
Browse files

modified to match UI.booleanUserInput's new signature

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@11538 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 2a10b793
No related branches found
No related tags found
No related merge requests found
...@@ -389,8 +389,8 @@ public class ReadAndWriteEntry ...@@ -389,8 +389,8 @@ public class ReadAndWriteEntry
UI.warn(eie.getMessage(), "UhOh!"); UI.warn(eie.getMessage(), "UhOh!");
eie.printStackTrace(); eie.printStackTrace();
String message = "Destination format can't handle all keys/qualifiers - continue?"; String label = "Destination format can't handle all keys/qualifiers - continue?";
boolean canContinue = UI.booleanUserInput(message); boolean canContinue = UI.booleanUserInput(label, eie.getMessage());
if (canContinue) if (canContinue)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment