Skip to content

Commit

Permalink
Add missing javadoc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 8, 2024
1 parent a630261 commit e491d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -3713,6 +3713,9 @@ class ForFolder implements Target, Sink {
*/
private final File folder;

/**
* {@code true} if retained files should be linked and not copied.
*/
private final boolean link;

/**
Expand Down

0 comments on commit e491d45

Please sign in to comment.