From 55fe1aa1e31badf5ba50627024edce7d0ec83c0f Mon Sep 17 00:00:00 2001 From: Christian Weeks Date: Thu, 5 Apr 2012 21:44:06 -0400 Subject: [PATCH] Build should work now. Fix a stupid javadoc import. --- fml/build.xml | 2 +- fml/common/cpw/mods/fml/common/IWorldGenerator.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/fml/build.xml b/fml/build.xml index 12e84a82b..84b7db19a 100644 --- a/fml/build.xml +++ b/fml/build.xml @@ -175,7 +175,7 @@ - + diff --git a/fml/common/cpw/mods/fml/common/IWorldGenerator.java b/fml/common/cpw/mods/fml/common/IWorldGenerator.java index f787fee49..f8ae4de22 100644 --- a/fml/common/cpw/mods/fml/common/IWorldGenerator.java +++ b/fml/common/cpw/mods/fml/common/IWorldGenerator.java @@ -15,8 +15,6 @@ package cpw.mods.fml.common; import java.util.Random; -import cpw.mods.fml.server.FMLServerHandler; - /** * This is called back during world generation. The {@link #generate(Random, int, int, Object...)} method passes in some additional data that * can be cast into minecraft objects.