X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Frhynodge%2Foutput%2FOutput.java;h=3e9d904a1617fac858f00197ddb8bbfaaa5b8da3;hb=00e49489dcbb093895a9a7bfb252b7392b341138;hp=853c9ce7a41e677103f5d35cc89155f13d84acee;hpb=b304bea61c03505fea7c288164ead3233ef36655;p=rhynodge.git diff --git a/src/main/java/net/pterodactylus/rhynodge/output/Output.java b/src/main/java/net/pterodactylus/rhynodge/output/Output.java index 853c9ce..3e9d904 100644 --- a/src/main/java/net/pterodactylus/rhynodge/output/Output.java +++ b/src/main/java/net/pterodactylus/rhynodge/output/Output.java @@ -17,10 +17,10 @@ package net.pterodactylus.rhynodge.output; -import net.pterodactylus.rhynodge.Trigger; +import net.pterodactylus.rhynodge.State; /** - * Defines the output of a {@link Trigger}. As different output has to be + * Defines the output of a {@link State}. As different output has to be * generated for different media, the {@link #text(String)} method takes as * an argument the MIME type of the desired output. * @@ -44,7 +44,7 @@ public interface Output { * * @param mimeType * The MIME type of the text (“text/plain” and “text/html” should - * be supported by all {@link Trigger}s) + * be supported by all {@link State}s) * @return The text for the given MIME type, or {@code null} if there is no * text defined for the given MIME type */