Skip to content

Commit

Permalink
Fixing some Javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed May 9, 2015
1 parent 93e78ff commit 511c964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import java.util.stream.Collectors;

/**
* @author <a href="http://gregor.middell.net/" title="Homepage">Gregor Middell</a>
* @author <a href="http://gregor.middell.net/">Gregor Middell</a>
*/

@Path("/")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.io.IOException;

/**
* @author <a href="http://gregor.middell.net/" title="Homepage">Gregor Middell</a>
* @author <a href="http://gregor.middell.net/">Gregor Middell</a>
*/
@Provider
public class IOExceptionMapper implements ExceptionMapper<IOException> {
Expand Down

0 comments on commit 511c964

Please sign in to comment.