提交 0ce8b80a 编写于 作者: D dsamersoff

8132209: DiagnosticCommandImpl.getNotificationInfo() may expose internal representation

Summary: DiagnosticCommandImpl.getNotificationInfo() may expose internal representation
Reviewed-by: skoivu, fparain, jbachorik
上级 551c9ca6
...@@ -312,7 +312,7 @@ class DiagnosticCommandImpl extends NotificationEmitterSupport ...@@ -312,7 +312,7 @@ class DiagnosticCommandImpl extends NotificationEmitterSupport
"Diagnostic Framework Notification"); "Diagnostic Framework Notification");
} }
} }
return notifInfo; return notifInfo.clone();
} }
private static long seqNumber = 0; private static long seqNumber = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册