Skip to content

Commit e3e1e4b

Browse files
committed
add nullaway
1 parent e7761be commit e3e1e4b

File tree

1 file changed

+1
-2
lines changed
  • instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/semconv/http

1 file changed

+1
-2
lines changed

instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/semconv/http/HttpServerRoute.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ private HttpServerRoute() {}
5757
* strictly lower priority than the provided {@link HttpServerRouteSource}, and the passed value
5858
* is non-null.
5959
*/
60-
public static void update(
61-
Context context, HttpServerRouteSource source, String httpRoute) {
60+
public static void update(Context context, HttpServerRouteSource source, String httpRoute) {
6261
update(context, source, ConstantAdapter.INSTANCE, httpRoute);
6362
}
6463

0 commit comments

Comments
 (0)