This repository was archived by the owner on Jul 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/kttdevelopment/simplehttpserver/handler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -317,16 +317,17 @@ private static String getContext(final String path){
317317
318318//
319319
320+
320321 @ Override
321322 public String toString (){
322323 return
323- "DirectoryEntry" + "{" +
324- "isWalkthrough " + "=" + isWalkthrough + ", " +
325- "isFilePreloaded " + "=" + isFilesPreloaded + ", " +
326- "directory " + "=" + directory + ", " +
327- "(preloaded) files" + "=" + files + ", " +
328- "adapter " + "=" + adapter +
329- "}" ;
324+ "DirectoryEntry" + '{' +
325+ "directory " + '=' + directory + ", " +
326+ "adapter " + '=' + adapter + ", " +
327+ "loadingOption " + '=' + loadingOption + ", " +
328+ "isWalkthrough" + '=' + isWalkthrough + ", " +
329+ "preloadedFiles " + '=' + preloadedFiles +
330+ '}' ;
330331 }
331332
332333}
You can’t perform that action at this time.
0 commit comments