Skip to content

Commit

Permalink
JavaDoc fix in ComponentExtractionOptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendriks committed Jan 12, 2024
1 parent 592d3e8 commit dfa3dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ComponentExtractionOptions implements Cloneable {

@Accessors
static class ComponentExtractionInputOptions implements Cloneable {
/** Absolute path to input TMSC from which to extract models/ */
/** Absolute path to input TMSC from which to extract models. */
Path path

override clone() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ComponentExtractionOptions implements Cloneable {
@Accessors
public static class ComponentExtractionInputOptions implements Cloneable {
/**
* Absolute path to input TMSC from which to extract models/
* Absolute path to input TMSC from which to extract models.
*/
private Path path;

Expand Down

0 comments on commit dfa3dd5

Please sign in to comment.