make anypipeline.noop public
This commit is contained in:
parent
66fc361386
commit
45d1470907
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public final class AnyPointer {
|
|||
return this;
|
||||
}
|
||||
|
||||
Pipeline noop() {
|
||||
public Pipeline noop() {
|
||||
return new Pipeline(this.hook, this.ops.clone());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue