Skip to content

Commit fecb74e

Browse files
committed
remove comment reference
1 parent a618a55 commit fecb74e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.microsoft.copilot.eclipse.core/src/com/microsoft/copilot/eclipse/core/lsp/protocol/ReadDirectoryResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static class DirectoryEntry {
8181
* Constructor with name and type.
8282
*
8383
* @param name the entry name
84-
* @param type the file type (0=Unknown, 1=File, 2=Directory, 64=SymbolicLink)
84+
* @param type the file type (0=Unknown, 1=File, 2=Directory)
8585
*/
8686
public DirectoryEntry(String name, int type) {
8787
this.name = name;

0 commit comments

Comments
 (0)