Skip to content

Commit

Permalink
Add comment [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Oct 2, 2024
1 parent 4f173ab commit a7cdfa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/nf-httpfs/src/main/nextflow/file/http/XPath.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ class XPath implements Path {

private String query

XPath(){}
/*
* Only needed to prevent serialization issues - see https://github.com/nextflow-io/nextflow/issues/5208
*/
protected XPath(){}

XPath(XFileSystem fs, String path) {
this(fs, path, EMPTY)
Expand Down

0 comments on commit a7cdfa5

Please sign in to comment.