mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
[java] Fix documentation of firstCompatibleLanguageLevel
GitOrigin-RevId: fdb71a047876cdeea5e2fbce3011f6c8cc1b8c73
This commit is contained in:
committed by
intellij-monorepo-bot
parent
88172beefd
commit
42a2d7ca84
@@ -50,7 +50,7 @@ public final class JdkApiCompatibilityService {
|
||||
* <li>if {@code member} is method annotated as {@code @since 9} and the context language level is {@link LanguageLevel#JDK_1_8}, but
|
||||
* its super method is annotated as {@code @since 8} this method will return null.
|
||||
*
|
||||
* <li>if {@code member} is method annotated as {@code @since 9} and the context language level is {@link LanguageLevel#JDK_11}, but
|
||||
* <li>if {@code member} is method annotated as {@code @since 9} and the context language level is {@link LanguageLevel#JDK_1_7}, but
|
||||
* its super method is annotated as {@code @since 8} this method will return {@link LanguageLevel#JDK_1_8}.
|
||||
*
|
||||
* <li>if {@code member} is not annotated with a {@code @since} tag this method will return null.
|
||||
|
||||
Reference in New Issue
Block a user