Build should work now. Fix a stupid javadoc import.

This commit is contained in:
Christian Weeks 2012-04-05 21:44:06 -04:00
parent 09d37f87b0
commit 55fe1aa1e3
2 changed files with 1 additions and 3 deletions

View File

@ -175,7 +175,7 @@
</replacetokens>
</filterchain>
</concat>
<mergemapper to="fml/cpw/mods/fml/common/Loader.java" />
<mergemapper to="fml/src/minecraft_server/cpw/mods/fml/common/Loader.java" />
</mappedresources>
<mappedresources>
<concat>

View File

@ -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.