Skip to content

Commit

Permalink
Fix HTML error in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Aug 11, 2017
1 parent 2024a8d commit cdf5153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>uk.me.hardill</groupId>
<artifactId>TRADFRI2MQTT</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>TRADFRI2MQTT</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/uk/me/hardill/TRADFRI2MQTT/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import org.json.JSONObject;

/**
* @author hardillb & r41d
* @author hardillb &amp; r41d
*
*/
public class Main {
Expand Down

0 comments on commit cdf5153

Please sign in to comment.