Skip to content

Commit

Permalink
fixing javadoc generation issue and maven build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishanthan committed Dec 22, 2015
1 parent c72d318 commit 88fab55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
14 changes: 1 addition & 13 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>org.wso2</groupId>
<artifactId>wso2</artifactId>
<version>2</version>
<relativePath/>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -22,19 +23,6 @@
<maven>3.0.0</maven>
</prerequisites>

<pluginRepositories>
<pluginRepository>
<id>wso2-nexus</id>
<name>WSO2 internal Repository</name>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
<checksumPolicy>ignore</checksumPolicy>
</releases>
</pluginRepository>
</pluginRepositories>

<build>
<extensions>
<extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import javax.ws.rs.PathParam;

/**
* Demonstrating the use of Metrics & HTTP Monitoring Annotations
* Demonstrating the use of Metrics and HTTP Monitoring Annotations.
*/
@Path("/demo-bundle")
@HTTPMonitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import javax.ws.rs.PathParam;

/**
* Demonstrating the use of Metrics & HTTP Monitoring Annotations
* Demonstrating the use of Metrics and HTTP Monitoring Annotations.
*/
@Path("/demo-jar")
@HTTPMonitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import javax.ws.rs.PathParam;

/**
* Demonstrating the use of Metrics & HTTP Monitoring Annotations
* Demonstrating the use of Metrics and HTTP Monitoring Annotations.
*/
@Path("/demo")
@HTTPMonitoring
Expand Down

0 comments on commit 88fab55

Please sign in to comment.