Skip to content

Commit

Permalink
Remove now unecessary Consumer interface.
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
  • Loading branch information
gabizou committed Oct 4, 2015
1 parent 6a4f0ee commit 6ec0106
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
*/
package org.spongepowered.api.text.action;

import org.spongepowered.api.util.Consumer;
import org.spongepowered.api.util.command.CommandSource;

import java.net.URL;
import java.util.function.Consumer;

/**
* Represents a {@link TextAction} that responds to clicks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
import org.spongepowered.api.item.inventory.ItemStack;
import org.spongepowered.api.statistic.achievement.Achievement;
import org.spongepowered.api.text.Text;
import org.spongepowered.api.util.Consumer;
import org.spongepowered.api.util.command.CommandSource;

import java.net.URL;
import java.util.UUID;
import java.util.function.Consumer;

import javax.annotation.Nullable;

Expand Down
41 changes: 0 additions & 41 deletions src/main/java/org/spongepowered/api/util/Consumer.java

This file was deleted.

0 comments on commit 6ec0106

Please sign in to comment.