Skip to content

Commit

Permalink
[cleanup] Remove xmlEncoding as not used
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Oct 20, 2024
1 parent 8b5b323 commit 3e6d075
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ abstract class BaseViolationCheckMojo extends AbstractMojo {
@Parameter (defaultValue = '${session}', required = true, readonly = true)
MavenSession session

/** Encoding used for xml files. Default value is UTF-8. */
@Parameter(defaultValue = "UTF-8", readonly = true)
String xmlEncoding

/**
* The file encoding to use when reading the source files. If the property <code>project.build.sourceEncoding</code>
* is not set, the platform default encoding is used.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
@Parameter (defaultValue = '${session}', required = true, readonly = true)
MavenSession session

/** Encoding used for xml files. Default value is UTF-8. */
@Parameter(defaultValue = "UTF-8", readonly = true)
String xmlEncoding

/**
* The file encoding to use when reading the source files. If the property <code>project.build.sourceEncoding</code>
* is not set, the platform default encoding is used.
Expand Down

0 comments on commit 3e6d075

Please sign in to comment.