This commit is contained in:
Stephane Nicoll
2016-04-10 18:06:15 +02:00
parent 2861c7651d
commit 3d9ac6ea57
2 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ public class ActiveMQProperties {
private Boolean trustAll;
/**
* The specific packages to trust (when not trusting all packages).
* Comma-separated list of specific packages to trust (when not trusting all packages).
*/
private List<String> trusted = new ArrayList<String>();