Skip to content

Commit

Permalink
Fix missing patches by updating DocPatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Oct 13, 2023
1 parent 7d50285 commit 4aa582e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'dev.lukebemish.documenteddfu.utils'
id 'dev.lukebemish.docpatcher' version '0.3.3'
id 'dev.lukebemish.docpatcher' version '0.3.4'
}

group = 'dev.lukebemish'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
]
},
"methods": {
"checkRange(LN;LN;)Ljava/util/function/Function;": {
"doc": "",
"tags": {
"hidden": [
""
]
}
},
"comapFlatMap(Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/Codec;": {
"doc": [
"Similar to {@link #xmap(Function, Function)}, except that the forwards (decoding) transformation produces a",
Expand Down

0 comments on commit 4aa582e

Please sign in to comment.