8132209: DiagnosticCommandImpl.getNotificationInfo() may expose internal representation
DiagnosticCommandImpl.getNotificationInfo() may expose internal representation Reviewed-by: skoivu, fparain, jbachorik
This commit is contained in:
parent
72e0832da6
commit
3b45c07680
@ -343,7 +343,7 @@ public class DiagnosticCommandImpl extends NotificationEmitterSupport
|
||||
"Diagnostic Framework Notification");
|
||||
}
|
||||
}
|
||||
return notifInfo;
|
||||
return notifInfo.clone();
|
||||
}
|
||||
|
||||
private static long seqNumber = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user