Skip to content

Commit f1f2afd

Browse files
horizonzyshipilev
authored andcommitted
8264028: Typo in javax.management.relation.RelationService::purgeRelations
Reviewed-by: sspitsyn, shade
1 parent f6e22d1 commit f1f2afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.management/share/classes/javax/management/relation/RelationService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -1485,7 +1485,7 @@ public void purgeRelations()
14851485

14861486
ObjectName unregMBeanName = currNtf.getMBeanName();
14871487

1488-
// Adds the unregsitered MBean in the list of references to
1488+
// Adds the unregistered MBean in the list of references to
14891489
// remove from the listener filter
14901490
obsRefList.add(unregMBeanName);
14911491

0 commit comments

Comments
 (0)