Remove deprecation on getRegion() in RegionManager.

This commit is contained in:
sk89q 2014-08-14 21:22:15 -07:00
parent 518d5958c9
commit 76f7ac8d8e

View File

@ -219,7 +219,6 @@ public boolean hasRegion(String id) {
*
* @param id the name of the region
* @return a region or {@code null}
* @deprecated use {@link #matchRegion(String)}
*/
@Nullable
public ProtectedRegion getRegion(String id) {