Skip to content

Commit

Permalink
fix(#2668): deleted parameter 'hash' from SafeMojo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Dec 6, 2023
1 parent 14a186f commit ef024e2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,15 +236,6 @@ abstract class SafeMojo extends AbstractMojo {
new Sticky<>(() -> Catalogs.INSTANCE.make(this.transpiled.toPath(), this.transpiledFormat))
);

/**
* The Git hash to pull objects from, in objectionary.
* If not set, will be computed from {@code tag} field.
*
* @since 0.29.6
*/
@SuppressWarnings({"PMD.ImmutableField", "PMD.UnusedPrivateField"})
private CommitHash hash;

/**
* Cached tojos.
* @checkstyle VisibilityModifierCheck (5 lines)
Expand Down

0 comments on commit ef024e2

Please sign in to comment.