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
dfbabefc
Commit
dfbabefc
authored
Jul 03, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3411 from izeye/typo
* pr/3411: Fix typo
parents
6aefd20c
b4f636b3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
EndpointAutoConfiguration.java
...boot/actuate/autoconfigure/EndpointAutoConfiguration.java
+1
-1
ClassPathFileSystemWatcher.java
...k/boot/devtools/classpath/ClassPathFileSystemWatcher.java
+2
-2
FileSystemWatcher.java
...gframework/boot/devtools/filewatch/FileSystemWatcher.java
+1
-1
FolderSnapshot.java
...ringframework/boot/devtools/filewatch/FolderSnapshot.java
+1
-1
Restarter.java
.../org/springframework/boot/devtools/restart/Restarter.java
+2
-2
AnsiOutput.java
...c/main/java/org/springframework/boot/ansi/AnsiOutput.java
+1
-1
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/EndpointAutoConfiguration.java
View file @
dfbabefc
...
@@ -145,7 +145,7 @@ public class EndpointAutoConfiguration {
...
@@ -145,7 +145,7 @@ public class EndpointAutoConfiguration {
@Bean
@Bean
@ConditionalOnBean
(
ConditionEvaluationReport
.
class
)
@ConditionalOnBean
(
ConditionEvaluationReport
.
class
)
@ConditionalOnMissingBean
(
search
=
SearchStrategy
.
CURRENT
)
@ConditionalOnMissingBean
(
search
=
SearchStrategy
.
CURRENT
)
public
AutoConfigurationReportEndpoint
autoConfiguration
Audi
tEndpoint
()
{
public
AutoConfigurationReportEndpoint
autoConfiguration
Repor
tEndpoint
()
{
return
new
AutoConfigurationReportEndpoint
();
return
new
AutoConfigurationReportEndpoint
();
}
}
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/classpath/ClassPathFileSystemWatcher.java
View file @
dfbabefc
...
@@ -48,8 +48,8 @@ public class ClassPathFileSystemWatcher implements InitializingBean, DisposableB
...
@@ -48,8 +48,8 @@ public class ClassPathFileSystemWatcher implements InitializingBean, DisposableB
/**
/**
* Create a new {@link ClassPathFileSystemWatcher} instance.
* Create a new {@link ClassPathFileSystemWatcher} instance.
* @param fileSystemWatcherFactory
the underlying {@link FileSystemWatcher} used to
* @param fileSystemWatcherFactory
a factory to create
* monitor the local file system
*
the underlying {@link FileSystemWatcher} used to
monitor the local file system
* @param restartStrategy the classpath restart strategy
* @param restartStrategy the classpath restart strategy
* @param urls the URLs to watch
* @param urls the URLs to watch
*/
*/
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/filewatch/FileSystemWatcher.java
View file @
dfbabefc
...
@@ -96,7 +96,7 @@ public class FileSystemWatcher {
...
@@ -96,7 +96,7 @@ public class FileSystemWatcher {
}
}
/**
/**
* Add
a
source folders to monitor. Cannot be called after the watcher has been
* Add source folders to monitor. Cannot be called after the watcher has been
* {@link #start() started}.
* {@link #start() started}.
* @param folders the folders to monitor
* @param folders the folders to monitor
*/
*/
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/filewatch/FolderSnapshot.java
View file @
dfbabefc
...
@@ -166,7 +166,7 @@ class FolderSnapshot {
...
@@ -166,7 +166,7 @@ class FolderSnapshot {
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
return
this
.
folder
+
" snap
hos
t at "
+
this
.
time
;
return
this
.
folder
+
" snap
sho
t at "
+
this
.
time
;
}
}
}
}
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java
View file @
dfbabefc
...
@@ -233,7 +233,7 @@ public class Restarter {
...
@@ -233,7 +233,7 @@ public class Restarter {
/**
/**
* Restart the running application.
* Restart the running application.
* @param failureHandler a failure handler to deal with application that don't start
* @param failureHandler a failure handler to deal with application that do
es
n't start
*/
*/
public
void
restart
(
final
FailureHandler
failureHandler
)
{
public
void
restart
(
final
FailureHandler
failureHandler
)
{
if
(!
this
.
enabled
)
{
if
(!
this
.
enabled
)
{
...
@@ -255,7 +255,7 @@ public class Restarter {
...
@@ -255,7 +255,7 @@ public class Restarter {
/**
/**
* Start the application.
* Start the application.
* @param failureHandler a failure handler for application that wont start
* @param failureHandler a failure handler for application that won
'
t start
* @throws Exception
* @throws Exception
*/
*/
protected
void
start
(
FailureHandler
failureHandler
)
throws
Exception
{
protected
void
start
(
FailureHandler
failureHandler
)
throws
Exception
{
...
...
spring-boot/src/main/java/org/springframework/boot/ansi/AnsiOutput.java
View file @
dfbabefc
...
@@ -51,7 +51,7 @@ public abstract class AnsiOutput {
...
@@ -51,7 +51,7 @@ public abstract class AnsiOutput {
}
}
/**
/**
* Sets if the System.console() is know to be available.
* Sets if the System.console() is know
n
to be available.
* @param consoleAvailable if the console is known to be available or {@code null} to
* @param consoleAvailable if the console is known to be available or {@code null} to
* use standard detection logic.
* use standard detection logic.
*/
*/
...
...
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