Skip to content

Commit

Permalink
Merge pull request #3 from KartoffelChipss/pr/1
Browse files Browse the repository at this point in the history
Updated comments to be more clear
  • Loading branch information
KartoffelChipss committed Aug 14, 2024
2 parents 6632a17 + 97f53e2 commit d7828ad
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void updateLinks() {
}

/**
* Registers a link
* Registers a link (does not update the config)
* @param name The name of the link
* @param url The URL of the link
*/
Expand All @@ -56,7 +56,7 @@ private static void registerLink(String name, String url) {
}

/**
* Adds a link
* Adds a link to the config and updates the links
* @param key The key of the link
* @param name The name of the link
* @param url The URL of the link
Expand All @@ -72,7 +72,7 @@ public static void addLink(String key, String name, String url, boolean command)
}

/**
* Removes a link
* Removes a link from the config and updates the links
* @param key The key of the link
*/
public static void removeLink(String key) {
Expand Down

0 comments on commit d7828ad

Please sign in to comment.