You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/vaadin-14.2/javaagent/src/vaadin16Test/java/io/opentelemetry/javaagent/instrumentation/vaadin/Vaadin16Test.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public class Vaadin16Test extends AbstractVaadinTest {
21
21
@Override
22
22
protectedvoidprepareVaadinBaseDir(FilebaseDir) {
23
23
PathbasePath = Paths.get(baseDir.toURI());
24
-
// underscore "_" prefix is used to hide these files from dependabot
24
+
// underscore "_" prefix is used to hide these files from renovate
25
25
// (they are only used for tests ok for them to have outdated dependencies)
0 commit comments