Skip to content

Commit

Permalink
yegor256#960 fixed wording on Javadoc for com.rultor.agents.github.qt…
Browse files Browse the repository at this point in the history
…n.ReleaseTag#VERSION_PATTERN
  • Loading branch information
original-brownbear committed Mar 2, 2016
1 parent 5363126 commit 2b1c197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rultor/agents/github/qtn/ReleaseTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
final class ReleaseTag {

/**
* Pattern matching semantically valid versions, that also only consist in
* Pattern to match semantically valid versions, that consist only of
* digits and dots.
*/
private static final Pattern VERSION_PATTERN =
Expand Down

0 comments on commit 2b1c197

Please sign in to comment.