Skip to content

Commit

Permalink
Fixed some javado issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adedayo committed May 5, 2015
1 parent 91aa70d commit 9a7379c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>zapper</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Jenkins OWASP ZAP Plugin</name>
<description>Runs, after optionally building, OWASP ZAP for your automated security assessment</description>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/jenkinsci/plugins/zapper/ZapRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public ZapRunnerDescriptor() {
*
* @param value This parameter receives the value that the user has typed.
* @return Indicates the outcome of the validation. This is sent to the browser.
* <p/>
* Note that returning {@link FormValidation#error(String)} does not
* prevent the form from being saved. It just means that a message
* will be displayed to the user.
Expand Down

0 comments on commit 9a7379c

Please sign in to comment.