From 95293b46e06131a6927439af5d00c6349f2b1b59 Mon Sep 17 00:00:00 2001 From: Iaccidentally Date: Sat, 13 Jul 2013 11:14:39 -0400 Subject: [API] Move 2.x API to new package, create dummy classes for compatibility --- Essentials/src/com/earth2me/essentials/UserData.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Essentials/src/com/earth2me/essentials/UserData.java') diff --git a/Essentials/src/com/earth2me/essentials/UserData.java b/Essentials/src/com/earth2me/essentials/UserData.java index 2aa2db6aa..090f40ef7 100644 --- a/Essentials/src/com/earth2me/essentials/UserData.java +++ b/Essentials/src/com/earth2me/essentials/UserData.java @@ -1,5 +1,7 @@ package com.earth2me.essentials; +import net.ess3.api.IEssentials; +import net.ess3.api.IUser; import com.earth2me.essentials.utils.StringUtil; import static com.earth2me.essentials.I18n._; import com.earth2me.essentials.utils.NumberUtil; -- cgit v1.2.3