Skip to content

Commit

Permalink
TEIIDDES-3144 - warning dialog shows every time
Browse files Browse the repository at this point in the history
* condition was fixed
  • Loading branch information
mkralik3 committed Nov 20, 2017
1 parent f4d4a10 commit 05f183f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ public DynamicVdb dynVdbConvert(IFile destination, Properties options) throws Ex

}

if( libString != null ) {
if( !libString.equals(StringConstants.EMPTY_STRING) ) {
generateStatus.add(new Status(IStatus.WARNING, PLUGIN_ID,
VdbPlugin.UTIL.getString("XmiVdb.udfPropertyAdded")) ); //$NON-NLS-1$
dynVdb.getProperties().setProperty(VdbFolders.UDF.getWriteFolder(), libString);
Expand Down

0 comments on commit 05f183f

Please sign in to comment.