Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
25790230
Commit
25790230
authored
Apr 12, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix javadoc
Closes gh-8892
parent
07216086
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
SpringApplicationAdminMXBean.java
...ingframework/boot/admin/SpringApplicationAdminMXBean.java
+4
-4
No files found.
spring-boot/src/main/java/org/springframework/boot/admin/SpringApplicationAdminMXBean.java
View file @
25790230
/*
* Copyright 2012-201
5
the original author or authors.
* Copyright 2012-201
7
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -33,9 +33,9 @@ public interface SpringApplicationAdminMXBean {
boolean
isReady
();
/**
* Specify if the application runs in an embedded web container.
Can r
eturn
* {@code
null} if that information is not yet available. It is preferable to wait for
* the application to be {@link #isReady() ready}.
* Specify if the application runs in an embedded web container.
R
eturn
* {@code
false} on a web application that hasn't fully started yet, so it is
*
preferable to wait for
the application to be {@link #isReady() ready}.
* @return {@code true} if the application runs in an embedded web container
* @see #isReady()
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment