Skip to content

Commit

Permalink
Remove email address from author Javadoc tag
Browse files Browse the repository at this point in the history
Java 21 javadoc does not like the literal character.  Users can find
the information in the git history of the plugin.
  • Loading branch information
MarkEWaite committed Oct 17, 2023
1 parent a4a677d commit 5fa2ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import javaposse.jobdsl.plugin.DslExtensionMethod;

/**
* @author Marat Mavlutov <{@literal mavlyutov@yandex-team.ru}>
* @author Marat Mavlutov
*/
@Extension(optional = true)
public class AllurePluginJobDslExtension extends ContextExtensionPoint {
Expand Down

0 comments on commit 5fa2ed3

Please sign in to comment.