Skip to content

Commit

Permalink
Fixed javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Dec 2, 2024
1 parent 4192926 commit 3dff437
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/src/main/java/org/docstr/gwt/GwtTestConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ public class GwtTestConfig implements Action<Test> {
private final Project project;
private final GwtPluginExtension extension;

/**
* Constructor.
*
* @param project The project
* @param extension The GWT plugin extension
*/
public GwtTestConfig(Project project, GwtPluginExtension extension) {
this.project = project;
this.extension = extension;
Expand Down

0 comments on commit 3dff437

Please sign in to comment.