remove label api

This commit is contained in:
Ezequiel Bergamaschi
2014-01-30 04:35:48 -03:00
committed by Ezequiel Bergamaschi
parent c8e0b92ef5
commit b79930394d
5 changed files with 31 additions and 0 deletions

View File

@@ -21,4 +21,6 @@ public interface LabelManager {
@Nullable
Label getLabelByTitle(@NotNull final String title, @NotNull final User user);
void removeLabel(@NotNull final Label label);
}