Remove deprecated builder method in MarkwonTheme

This commit is contained in:
Dimitry Ivanov 2019-03-15 15:09:28 +03:00
parent 4514afc594
commit 66fdbfeb31

View File

@ -48,24 +48,6 @@ public class MarkwonTheme {
return builderWithDefaults(context).build(); return builderWithDefaults(context).build();
} }
/**
* Factory method to obtain an instance of {@link Builder}. Please note, that no default
* values are set. This might be useful if you require a lot of special styling that differs
* a lot with default one
*
* @return {@link Builder instance}
* @see #builderWithDefaults(Context)
* @see #builder(MarkwonTheme)
* @see #emptyBuilder()
* @since 1.0.0
* @deprecated 3.0.0
*/
@NonNull
@Deprecated
public static Builder builder() {
return new Builder();
}
/** /**
* Create an <strong>empty</strong> instance of {@link Builder} with no default values applied * Create an <strong>empty</strong> instance of {@link Builder} with no default values applied
* <p> * <p>