Merge pull request #697 from jocmp/master
Make RuntimeJsonAdapterFactory public
This commit is contained in:
commit
1896e0f118
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ import javax.annotation.CheckReturnValue;
|
|||
* .build();
|
||||
* }</pre>
|
||||
*/
|
||||
// TODO(jwilson): make this class public in Moshi 1.8.
|
||||
final class RuntimeJsonAdapterFactory<T> implements JsonAdapter.Factory {
|
||||
|
||||
public final class RuntimeJsonAdapterFactory<T> implements JsonAdapter.Factory {
|
||||
final Class<T> baseType;
|
||||
final String labelKey;
|
||||
final List<String> labels;
|
||||
|
|
Loading…
Reference in a new issue