1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Building javadocs [javadocs]

This commit is contained in:
TheBusyBiscuit 2020-04-04 03:29:13 +02:00
parent b3cc976ac3
commit f8765ea84e

View File

@ -132,8 +132,6 @@ public class GuideHistory {
*
* @param guide
* The {@link SlimefunGuideImplementation} to use
* @param survival
* Whether the entry should be opened in survival or creative mode
*/
public void openLastEntry(SlimefunGuideImplementation guide) {
GuideEntry<?> entry = getLastEntry(false);
@ -149,8 +147,6 @@ public class GuideHistory {
*
* @param guide
* The {@link SlimefunGuideImplementation} to use
* @param survival
* Whether the entry should be opened in survival or creative mode
*/
public void goBack(SlimefunGuideImplementation guide) {
GuideEntry<?> entry = getLastEntry(true);