Skip to content

Commit f994515

Browse files
committed
Revert "Update javadocs for PluginManager#fromInstance"
This reverts commit fc63d5f.
1 parent fc63d5f commit f994515

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/main/java/org/spongepowered/api/plugin/PluginManager.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,10 @@
3737
public interface PluginManager {
3838

3939
/**
40-
* Get the plugin container from an instance, if available.
41-
*
42-
* <p>If the provided object is not a plugin instance (usually a class
43-
* annotated with {@link Plugin}, then {@link Optional#empty()} will be
44-
* returned.</p>
40+
* Get the plugin container from an instance.
4541
*
4642
* @param instance The instance
47-
* @return The container, if available.
43+
* @return The container
4844
*/
4945
Optional<PluginContainer> fromInstance(Object instance);
5046

0 commit comments

Comments
 (0)