Skip to content

Commit

Permalink
Fix missing/updated api (and thus failing checks).
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Mar 2, 2022
1 parent f239c10 commit 664941a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/api/android/core.api
Expand Up @@ -602,6 +602,7 @@ public final class nl/adaptivity/xmlutil/XmlReader$DefaultImpls {
}

public final class nl/adaptivity/xmlutil/XmlReaderUtil {
public static final fun allConsecutiveTextContent (Lnl/adaptivity/xmlutil/XmlBufferedReader;)Ljava/lang/String;
public static final fun allText (Lnl/adaptivity/xmlutil/XmlReader;)Ljava/lang/String;
public static final fun asSubstream (Lnl/adaptivity/xmlutil/XmlReader;)Lnl/adaptivity/xmlutil/XmlReader;
public static final fun consecutiveTextContent (Lnl/adaptivity/xmlutil/XmlBufferedReader;)Ljava/lang/String;
Expand Down
1 change: 1 addition & 0 deletions core/api/jvm/core.api
Expand Up @@ -619,6 +619,7 @@ public final class nl/adaptivity/xmlutil/XmlReader$DefaultImpls {
}

public final class nl/adaptivity/xmlutil/XmlReaderUtil {
public static final fun allConsecutiveTextContent (Lnl/adaptivity/xmlutil/XmlBufferedReader;)Ljava/lang/String;
public static final fun allText (Lnl/adaptivity/xmlutil/XmlReader;)Ljava/lang/String;
public static final fun asSubstream (Lnl/adaptivity/xmlutil/XmlReader;)Lnl/adaptivity/xmlutil/XmlReader;
public static final fun consecutiveTextContent (Lnl/adaptivity/xmlutil/XmlBufferedReader;)Ljava/lang/String;
Expand Down

0 comments on commit 664941a

Please sign in to comment.