Skip to content

Commit

Permalink
make RootLevelArrayNode internal
Browse files Browse the repository at this point in the history
  • Loading branch information
codeniko committed Jun 18, 2020
1 parent bf4404e commit b4b3fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'JsonPathKt'
rootProject.name = 'jsonpathkt'

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.nfeld.jsonpathkt.util
import com.fasterxml.jackson.databind.node.ArrayNode
import com.nfeld.jsonpathkt.extension.children

class RootLevelArrayNode : ArrayNode {
internal class RootLevelArrayNode : ArrayNode {

/**
* Creates an empty RootLevelArrayNode
Expand Down

0 comments on commit b4b3fbb

Please # to comment.