remove trailing whitespaces
This commit is contained in:
@@ -26,7 +26,7 @@ public interface IOreListener
|
||||
/**
|
||||
* Called with various items registered in the dictionary.
|
||||
* AppEng.oreDictionary.observe(...) to register them.
|
||||
*
|
||||
*
|
||||
* @param name name of ore
|
||||
* @param item item with name
|
||||
*/
|
||||
|
||||
@@ -41,7 +41,7 @@ public class OreDictionaryHandler
|
||||
|
||||
/**
|
||||
* Just limit what items are sent to the final listeners, I got sick of strange items showing up...
|
||||
*
|
||||
*
|
||||
* @param name name about cared item
|
||||
* @return true if it should care
|
||||
*/
|
||||
@@ -69,7 +69,7 @@ public class OreDictionaryHandler
|
||||
/**
|
||||
* Adds a new IOreListener and immediately notifies it of any previous ores, any ores added latter will be added at
|
||||
* that point.
|
||||
*
|
||||
*
|
||||
* @param n to be added ore listener
|
||||
*/
|
||||
public void observe(IOreListener n)
|
||||
|
||||
Reference in New Issue
Block a user