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 1
1
/*
2
- * Copyright 2012-2015 the original author or authors.
2
+ * Copyright 2012-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -33,9 +33,9 @@ public interface SpringApplicationAdminMXBean {
33
33
boolean isReady ();
34
34
35
35
/**
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}.
39
39
* @return {@code true} if the application runs in an embedded web container
40
40
* @see #isReady()
41
41
*/
You can’t perform that action at this time.
0 commit comments