mirror of https://github.com/apache/activemq.git
Polished
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1381566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
287f69db4d
commit
5bf13b064e
|
@ -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 + "]";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue