Skip to content

Commit a3104c7

Browse files
fix style
1 parent 29c7034 commit a3104c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/Target_jdk_jfr_internal_JVM.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -662,10 +662,10 @@ public static boolean isProduct() {
662662
/** See {@link JVM#setMethodTraceFilters}. */
663663
@Substitute
664664
public static long[] setMethodTraceFilters(
665-
String[] classes,
666-
String[] methods,
667-
String[] annotations,
668-
int[] modification) {
665+
String[] classes,
666+
String[] methods,
667+
String[] annotations,
668+
int[] modification) {
669669
// JFR method tracing is not supported. No filters can be used so return null.
670670
return null;
671671
}

0 commit comments

Comments
 (0)