Skip to content

Commit

Permalink
Fix javadoc building.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Dec 16, 2019
1 parent 58c9159 commit e9f0cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/palmergames/bukkit/towny/TownyMessaging.java
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ public static void sendNationMessagePrefixed(Nation nation, String line) {
* Uses default_towny_prefix
*
* @param nation the nation to send message to
* @param the list of lines of the message
* @param lines the list of lines of the message
*/
public static void sendNationMessagePrefixed(Nation nation, List<String> lines) {
for (String line : lines) {
Expand Down

0 comments on commit e9f0cd2

Please sign in to comment.