display order entries in DirectoryInfo.toString

This commit is contained in:
peter
2013-11-20 18:45:03 +01:00
parent dca7bbf0d6
commit 29d749c529
@@ -105,6 +105,7 @@ public final class DirectoryInfo {
", libraryClassRoot=" + getLibraryClassRoot() +
", contentRoot=" + getContentRoot() +
", sourceRoot=" + getSourceRoot() +
", orderEntries=" + Arrays.toString(orderEntries) +
"}";
}