Skip to content

Commit 34a5e48

Browse files
author
nsahai8
committed
improvising
1 parent e7b4d27 commit 34a5e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/com/expedia/www/haystack/client/Tracer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ protected SpanContext createNewContext() {
283283

284284
return createContext(tracer.idGenerator.generate(), tracer.idGenerator.generate(), null, Collections.emptyMap());
285285
}
286-
//remove
286+
287287
protected SpanContext createContext(UUID traceId, UUID spanId, UUID parentId, Map<String, String> baggage) {
288288
return new SpanContext(traceId, spanId, parentId, baggage, false);
289289
}

core/src/test/java/com/expedia/www/haystack/client/TracerBuildTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Expedia, Inc.
2+
* Copyright 2019 Expedia, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)