8212662: Fix javadoc typo in java.lang.ref.Cleaner

Reviewed-by: lancea, rriggs
This commit is contained in:
Andrew Luo 2018-10-18 10:45:05 -04:00 committed by Lance Andersen
parent ef3c0a2458
commit d54fa9e93d

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -100,8 +100,8 @@ import java.util.function.Function;
* } * }
* } * }
* *
* private final State; * private final State state;
* private final Cleaner.Cleanable cleanable * private final Cleaner.Cleanable cleanable;
* *
* public CleaningExample() { * public CleaningExample() {
* this.state = new State(...); * this.state = new State(...);