Skip to content

Commit

Permalink
[chores] 'abstract' modifier out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Oct 31, 2023
1 parent 4bcd093 commit d8922a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021 VMware, Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2020-2023 VMware, Inc. or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -79,7 +79,7 @@ static void cleanup(Channel channel) {
}
}

static abstract class AbstractTracingDoOnHandler {
abstract static class AbstractTracingDoOnHandler {

final HttpClientHandler<HttpClientRequest, HttpClientResponse> handler;

Expand Down

0 comments on commit d8922a5

Please sign in to comment.