Skip to content

Commit

Permalink
U javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fvarrui committed Jan 31, 2023
1 parent b98008e commit aa99806
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
* GlobalStats API client
* @see <a hred="https://globalstats.io/api">GlobalStats API docs</a>
* @see <a href="https://globalstats.io/api">GlobalStats API docs</a>
* @author fvarrui
*/
public class GlobalStats {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

import io.github.fvarrui.globalstats.model.Error;

/**
* GlobalStats API error exception
* @author fvarrui
*/
public class GlobalStatsException extends Exception {
private static final long serialVersionUID = -4546541580805813125L;

Expand Down

0 comments on commit aa99806

Please sign in to comment.