mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-20 02:33:15 +01:00
Update code style
This commit is contained in:
@@ -4,11 +4,13 @@ import java.util.Collection;
|
||||
|
||||
/**
|
||||
* Represents a class that contains a generic collection
|
||||
*
|
||||
* @param <T>
|
||||
*/
|
||||
public interface GenericCollectionContainer<T> {
|
||||
/**
|
||||
* Grab the collection held by this class
|
||||
*
|
||||
* @return the collection held by this class
|
||||
*/
|
||||
Collection<T> getLoadedCollection();
|
||||
|
||||
Reference in New Issue
Block a user