Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Mar 4, 2021
1 parent cc14278 commit 80e5b72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* limitations under the License.
*/

package com.github.benmanes.caffeine.cache;
package io.opentelemetry.instrumentation.internal.shaded.caffeine.cache;

import java.lang.ref.WeakReference;

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.javaagent.bootstrap;

import org.junit.jupiter.api.Test;

class PatchCaffeineTest {

@Test
void cleanupNotForkJoin() {}
}

0 comments on commit 80e5b72

Please sign in to comment.