File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-boot/src/main/java/org/springframework/boot/admin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments