Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8264028: Typo in javax.management.relation.RelationService::purgeRela…
…tions

Reviewed-by: sspitsyn, shade
  • Loading branch information
horizonzy authored and shipilev committed Apr 25, 2021
1 parent f6e22d1 commit f1f2afd
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -1485,7 +1485,7 @@ public void purgeRelations()

ObjectName unregMBeanName = currNtf.getMBeanName();

// Adds the unregsitered MBean in the list of references to
// Adds the unregistered MBean in the list of references to
// remove from the listener filter
obsRefList.add(unregMBeanName);

Expand Down

1 comment on commit f1f2afd

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.