commit | 0eeee76dc6453b07a2dd9b95b9c80d7c5c90ab54 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Tue Aug 20 10:59:39 2013 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Tue Aug 20 10:59:39 2013 +0200 |
tree | 13dd98531b1a163530d7228393396fe058245cea | |
parent | c14aaf915debae15814ac653043739397fa574b9 [diff] |
Fix print out of warning if file of change index version is not a directory The condition to print out the warning 'exists && !f.isDirectory()' could never be true since 'exists' was only true if 'f.isDirectory()': boolean exists = f.exists() && f.isDirectory() Change-Id: I93f7b140c05e43e5af4a3083f69e913ecf8f6a84 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>