Fix spelling typo by elharo · Pull Request #1431 · apache/maven-release (original) (raw)
Pull request overview
This PR fixes a spelling typo in the abstract base class name from "AbstarctSemVerVersionPolicy" to "AbstractSemVerVersionPolicy" across the SemVer policy implementation. The typo was present in both the abstract class definition and all its subclasses that extend it.
- Corrected the abstract class name from "AbstarctSemVerVersionPolicy" to "AbstractSemVerVersionPolicy"
- Updated all subclass declarations to extend the correctly spelled parent class name
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| AbstractSemVerVersionPolicy.java | Fixed spelling of the abstract class name from "Abstarct" to "Abstract" |
| SemVerPatchDevelopmentVersionPolicy.java | Updated extends clause to reference the corrected parent class name |
| SemVerMinorReleaseVersionPolicy.java | Updated extends clause to reference the corrected parent class name |
| SemVerMinorDevelopmentVersionPolicy.java | Updated extends clause to reference the corrected parent class name |
| SemVerMajorReleaseVersionPolicy.java | Updated extends clause to reference the corrected parent class name |
| SemVerMajorDevelopmentVersionPolicy.java | Updated extends clause to reference the corrected parent class name |
Comments suppressed due to low confidence (1)
maven-release-policies/maven-release-semver-policy/src/main/java/org/apache/maven/shared/release/policy/semver/AbstractSemVerVersionPolicy.java:32
- Fixed spelling: Corrected class name from "AbstarctSemVerVersionPolicy" to "AbstractSemVerVersionPolicy".
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.