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
7caf3940
Commit
7caf3940
authored
Dec 18, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4806 from izeye/polish-20151218
* pr/4806: Fix typos
parents
01d01274
c09a14a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
OpenTsdbGaugeWriter.java
...rk/boot/actuate/metrics/opentsdb/OpenTsdbGaugeWriter.java
+1
-1
ConfigurationWarningsApplicationContextInitializer.java
...t/ConfigurationWarningsApplicationContextInitializer.java
+4
-4
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/opentsdb/OpenTsdbGaugeWriter.java
View file @
7caf3940
...
...
@@ -80,7 +80,7 @@ public class OpenTsdbGaugeWriter implements GaugeWriter {
private
OpenTsdbNamingStrategy
namingStrategy
=
new
DefaultOpenTsdbNamingStrategy
();
/**
* Creates a new {@code OpenTsdbGau
a
geWriter} with the default connect (10 seconds)
* Creates a new {@code OpenTsdbGaugeWriter} with the default connect (10 seconds)
* and read (30 seconds) timeouts.
*/
public
OpenTsdbGaugeWriter
()
{
...
...
spring-boot/src/main/java/org/springframework/boot/context/ConfigurationWarningsApplicationContextInitializer.java
View file @
7caf3940
...
...
@@ -133,10 +133,10 @@ public class ConfigurationWarningsApplicationContextInitializer
private
static
final
Set
<
String
>
PROBLEM_PACKAGES
;
static
{
Set
<
String
>
pac
ak
ges
=
new
HashSet
<
String
>();
pac
ak
ges
.
add
(
"org.springframework"
);
pac
ak
ges
.
add
(
"org"
);
PROBLEM_PACKAGES
=
Collections
.
unmodifiableSet
(
pac
ak
ges
);
Set
<
String
>
pac
ka
ges
=
new
HashSet
<
String
>();
pac
ka
ges
.
add
(
"org.springframework"
);
pac
ka
ges
.
add
(
"org"
);
PROBLEM_PACKAGES
=
Collections
.
unmodifiableSet
(
pac
ka
ges
);
}
@Override
...
...
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