Skip to content

Commit 798854f

Browse files
committed
comment
1 parent 740caf4 commit 798854f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/GradlePackageTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
public class GradlePackageTask extends DefaultTask implements PackagerFactory {
1818
/**
19-
* This is the global javapackager instance. <br>
19+
* This is the global javapackager extension instance. <br>
2020
* Sadly we need to do it like this because
2121
* we cannot extend {@link PackageTask} because we already
2222
* extend another class. This means that this task

0 commit comments

Comments
 (0)