mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
display order entries in DirectoryInfo.toString
This commit is contained in:
@@ -105,6 +105,7 @@ public final class DirectoryInfo {
|
||||
", libraryClassRoot=" + getLibraryClassRoot() +
|
||||
", contentRoot=" + getContentRoot() +
|
||||
", sourceRoot=" + getSourceRoot() +
|
||||
", orderEntries=" + Arrays.toString(orderEntries) +
|
||||
"}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user