Making simple span a real span
This commit is contained in:
@@ -52,9 +52,11 @@ public class SimpleSpan implements Span {
|
||||
|
||||
public int port;
|
||||
|
||||
public boolean noOp;
|
||||
|
||||
@Override
|
||||
public boolean isNoop() {
|
||||
return true;
|
||||
return this.noOp;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user