Removing stray non-ASCII character
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5171 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
2732c839d4
commit
43fb11b923
|
|
@ -124,7 +124,7 @@ public class FSLockWithShared {
|
|||
return false;
|
||||
}
|
||||
catch (IOException e) {
|
||||
logger.warn(String.format("WARNING: ßUnable to lock file %s: %s.",file.getAbsolutePath(),e.getMessage()));
|
||||
logger.warn(String.format("WARNING: Unable to lock file %s: %s.",file.getAbsolutePath(),e.getMessage()));
|
||||
if(throwExceptionOnUnknownFailure)
|
||||
throw new FileSystemInabilityToLockException(e.getMessage(),e);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue