Skip to content

Commit

Permalink
Undeprecate MuzeiContract.Sources.parseCommands
Browse files Browse the repository at this point in the history
As it is still being used.
  • Loading branch information
ianhanniballake committed Aug 3, 2019
1 parent 0feb88d commit b7a49a2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,7 @@ private Sources() {
* @param commandsString The serialized commands found in {@link #COLUMN_NAME_COMMANDS}.
*
* @return A deserialized List of {@link UserCommand}s.
* @deprecated Commands are no longer exposed outside of Muzei.
*/
@Deprecated
@NonNull
public static List<UserCommand> parseCommands(String commandsString) {
ArrayList<UserCommand> commands = new ArrayList<>();
Expand Down

0 comments on commit b7a49a2

Please sign in to comment.