-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MJAVADOC-799] Remove inconsistent `AbstractFixJavadocMojo#defaultVer…
…sion` default value The current default value has no use anymore. This closes #295
- Loading branch information
1 parent
7e5dea4
commit 57774cf
Showing
6 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ | |
* To add default class tags. | ||
* | ||
* @author <a href="mailto:[email protected]">[email protected]</a> | ||
* @version $Id: $ | ||
*/ | ||
@SuppressWarnings("SameReturnValue") | ||
public class ClassWithJavadoc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ | |
* <p>ClassWithNoJavadoc class.</p> | ||
* | ||
* @author <a href="mailto:[email protected]">[email protected]</a> | ||
* @version $Id: $ | ||
*/ | ||
@SuppressWarnings("SameReturnValue") | ||
public class ClassWithNoJavadoc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ | |
* To add default interface tags. | ||
* | ||
* @author <a href="mailto:[email protected]">[email protected]</a> | ||
* @version $Id: $ | ||
*/ | ||
public interface InterfaceWithJavadoc | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ | |
* <p>InterfaceWithNoJavadoc interface.</p> | ||
* | ||
* @author <a href="mailto:[email protected]">[email protected]</a> | ||
* @version $Id: $ | ||
*/ | ||
public interface InterfaceWithNoJavadoc | ||
{ | ||
|