Skip to content

Commit

Permalink
📝 Update javadoc to include author
Browse files Browse the repository at this point in the history
  • Loading branch information
lengors committed Aug 18, 2024
1 parent 07806d7 commit 470e40d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

/**
* Example for project template.
*
* @author lengors
*
*/
public final class Example {
private Example() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

/**
* Example package for project template.
*
* @author lengors
*/
package io.github.lengors.maven_java_template;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

/**
* Example test suite for {@link Example}.
*
* @author lengors
*/
public class ExampleTest {
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/**
* Example package for project template.
*
* @author lengors
*/
package io.github.lengors.maven_java_template;

0 comments on commit 470e40d

Please sign in to comment.