Skip to content
Snippets Groups Projects
Commit 9c3ec168 authored by kaloyane's avatar kaloyane
Browse files

make the class 1.5 compatible

SVN: 23313
parent b4f8e815
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ public class DataSetUploadClient extends AbstractSwingGUI
final JFrame frame = new JFrame(TITLE);
frame.setVisible(true);
String message = ex.getMessage();
if (null == message || message.isEmpty())
if (null == message || message.length() == 0)
{
message = ex.toString();
}
......
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