Skip to content

Commit

Permalink
RAT-98: Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Feb 13, 2025
1 parent 4f9c6fb commit fd1202b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import org.apache.commons.lang3.tuple.Pair;

/**
* The name for a document. The {@code DocumentName} is an immutable structure that handles all the intricacies of file
* The name for a document. The {@code DocumentName} is an immutable structure that handles all the intricacies of file
* naming on various operating systems. DocumentNames have several components:
* <ul>
* <li>{@code root} - where in the file system the name starts (e.g C: on windows). May be empty but not null.</li>
Expand Down Expand Up @@ -94,7 +94,7 @@ public static Builder builder(final FileSystem fileSystem) {
}

/**
* Creates a builder from a File. The {@link #baseName} is set to the file name if it is a directory otherwise
* Creates a builder from a File. The {@link #baseName} is set to the file name if it is a directory otherwise
* it is set to the directory containing the file.
* @param file The file to set defaults from.
* @return the builder.
Expand Down

0 comments on commit fd1202b

Please sign in to comment.