Skip to content

Commit

Permalink
Forgot docs here
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Feb 17, 2017
1 parent f18e579 commit 22b3cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/dv8tion/jda/core/entities/Channel.java
Expand Up @@ -211,7 +211,7 @@ public interface Channel extends ISnowflake
* @throws java.lang.IllegalStateException
* If the specified Member already has a PermissionOverride. Use {@link #getPermissionOverride(Member)} to retrieve it.
*
* @return {@link net.dv8tion.jda.core.requests.RestAction} - Type: {@link net.dv8tion.jda.core.entities.PermissionOverride}
* @return {@link net.dv8tion.jda.core.requests.restaction.PermissionOverrideAction PermissionOverrideAction}
* The newly created PermissionOverride for the specified Role
*
* @see #createPermissionOverride(Role)
Expand Down Expand Up @@ -241,7 +241,7 @@ public interface Channel extends ISnowflake
* @throws java.lang.IllegalStateException
* If the specified Role already has a PermissionOverride. Use {@link #getPermissionOverride(Role)} to retrieve it.
*
* @return {@link net.dv8tion.jda.core.requests.RestAction} - Type: {@link net.dv8tion.jda.core.entities.PermissionOverride}
* @return {@link net.dv8tion.jda.core.requests.restaction.PermissionOverrideAction PermissionOverrideAction}
* The newly created PermissionOverride for the specified Role
*
* @see #createPermissionOverride(Member)
Expand Down

0 comments on commit 22b3cb9

Please sign in to comment.