git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1381566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-09-06 11:56:02 +00:00
parent 287f69db4d
commit 5bf13b064e
1 changed files with 1 additions and 1 deletions

View File

@ -484,6 +484,6 @@ public class PListStore extends ServiceSupport implements BrokerServiceAware, Ru
@Override
public String toString() {
String path = getDirectory() != null ? getDirectory().getAbsolutePath() : "DIRECTORY_NOT_SET";
return "PListStore:[" + path + " ]";
return "PListStore:[" + path + "]";
}
}