hooks: fix typos in javadoc
This commit is contained in:
@@ -186,8 +186,8 @@ public class Hooks implements Callbacks
|
|||||||
* When the world map opens it loads about ~100mb of data into memory, which
|
* When the world map opens it loads about ~100mb of data into memory, which
|
||||||
* represents about half of the total memory allocated by the client.
|
* represents about half of the total memory allocated by the client.
|
||||||
* This gets cached and never released, which causes GC pressure which can affect
|
* This gets cached and never released, which causes GC pressure which can affect
|
||||||
* performance. This method reinitailzies the world map cache, which allows the
|
* performance. This method reinitializes the world map cache, which allows the
|
||||||
* data to be garbage collecged, and causes the map data from disk each time
|
* data to be garbage collected, and causes the map data from disk each time
|
||||||
* is it opened.
|
* is it opened.
|
||||||
*/
|
*/
|
||||||
private void checkWorldMap()
|
private void checkWorldMap()
|
||||||
|
|||||||
Reference in New Issue
Block a user