Skip to content

Commit

Permalink
Add .ds_store
Browse files Browse the repository at this point in the history
  • Loading branch information
Suneet Tipirneni (Siris) committed Feb 20, 2020
1 parent 710ddeb commit 858d115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
/target

# Javadoc
/doc
/doc

# Unix
.DS_Store
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
package com.palmergames.bukkit.towny.invites;

import com.palmergames.bukkit.towny.invites.exceptions.TooManyInvitesException;
import com.palmergames.bukkit.towny.object.Nameable;

import java.util.List;

/**
* @author Articdive
*/
public interface TownyInviteReceiver {

String getName();
public interface TownyInviteReceiver extends Nameable {

List<Invite> getReceivedInvites();

Expand Down

0 comments on commit 858d115

Please sign in to comment.