Skip to content

Commit 2579023

Browse files
committed
Fix javadoc
Closes gh-8892
1 parent 0721608 commit 2579023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot/src/main/java/org/springframework/boot/admin/SpringApplicationAdminMXBean.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2015 the original author or authors.
2+
* Copyright 2012-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,9 +33,9 @@ public interface SpringApplicationAdminMXBean {
3333
boolean isReady();
3434

3535
/**
36-
* Specify if the application runs in an embedded web container. Can return
37-
* {@code null} if that information is not yet available. It is preferable to wait for
38-
* the application to be {@link #isReady() ready}.
36+
* Specify if the application runs in an embedded web container. Return
37+
* {@code false} on a web application that hasn't fully started yet, so it is
38+
* preferable to wait for the application to be {@link #isReady() ready}.
3939
* @return {@code true} if the application runs in an embedded web container
4040
* @see #isReady()
4141
*/

0 commit comments

Comments
 (0)