| CODENOTIFIER | HelpYou are not signed inSign in |
Project: StatSVN
Revision: 362
Author: jkealey
Date: 31 May 2008 13:55:17
Changes:bug 1963918 - crash when only change is a property change.
Files:| ... | ...@@ -164,8 +164,9 @@ | |
| 164 | 164 | sb.append(System.getProperty("line.separator")); |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | // last file | |
| 168 | appendResults(answer, currFile, sb); | |
| 167 | // last file | |
| 168 | if (currFile!=null) | |
| 169 | appendResults(answer, currFile, sb); | |
| 169 | 170 | |
| 170 | 171 | verifyOutput(pUtils); |
| 171 | 172 | } finally { |