label validator finished

This commit is contained in:
Ezequiel Bergamaschi
2014-01-28 02:21:14 -03:00
committed by Ezequiel Bergamaschi
parent b19ac2c4c3
commit 72a46367d6
8 changed files with 44 additions and 2 deletions

View File

@@ -14,4 +14,6 @@ public interface LabelManager {
@NotNull
List<Label> getAllLabels(@NotNull final User user);
@Nullable
Label getLabelByTitle(@NotNull final String title, @NotNull final User user);
}