aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-05-12 12:10:43 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-05-12 12:10:43 +0800
commit2307972bc9fc7682499b12d3e9e3cdf33cc26d62 (patch)
tree6b6066a5d274642cfed1124993b60dc889f4cdac /src/main/java/me/shedaniel/rei/api/DisplayHelper.java
parentb99108611ea89dc0eda6c433447ce398a98ad4ad (diff)
downloadRoughlyEnoughItems-2307972bc9fc7682499b12d3e9e3cdf33cc26d62.tar.gz
RoughlyEnoughItems-2307972bc9fc7682499b12d3e9e3cdf33cc26d62.tar.bz2
RoughlyEnoughItems-2307972bc9fc7682499b12d3e9e3cdf33cc26d62.zip
Fix doc
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/DisplayHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/DisplayHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/DisplayHelper.java b/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
index 51e54302c..9fea85839 100644
--- a/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
@@ -63,7 +63,7 @@ public interface DisplayHelper {
/**
* Gets the base supported class for the bounds handler
*
- * @return
+ * @return the base class
*/
Class getBaseSupportedClass();