Skip to content

Commit

Permalink
Make pipeline.initialize() private
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Mar 18, 2024
1 parent 06fa549 commit ed93a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/io/pdal/Pipeline.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Pipeline private (val json: String, val logLevel: Int) extends Native {
this(json, logLevel.id); initialize()
}

@native def initialize(): Unit
@native private def initialize(): Unit
@native def execute(): Unit
@native def getPointViews(): PointViewIterator
@native def close(): Unit
Expand Down

0 comments on commit ed93a10

Please sign in to comment.