mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8229386: Typo "lables" in doc comment
Reviewed-by: mchung
This commit is contained in:
parent
e9b271dd10
commit
23e3128b6a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2005, 2019, 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
|
||||||
|
@ -49,7 +49,7 @@ public interface CaseTree extends Tree {
|
||||||
/**
|
/**
|
||||||
* Returns the expression for the case, or
|
* Returns the expression for the case, or
|
||||||
* {@code null} if this is the default case.
|
* {@code null} if this is the default case.
|
||||||
* If this case has multiple lables, returns the first label.
|
* If this case has multiple labels, returns the first label.
|
||||||
* @return the expression for the case, or null
|
* @return the expression for the case, or null
|
||||||
*/
|
*/
|
||||||
ExpressionTree getExpression();
|
ExpressionTree getExpression();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue