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
ac8eebfb
Commit
ac8eebfb
authored
Jul 12, 2018
by
dreis2211
Committed by
Stephane Nicoll
Jul 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
Closes gh-13762
parent
19709f7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
JerseyAutoConfigurationObjectMapperProviderTests.java
...sey/JerseyAutoConfigurationObjectMapperProviderTests.java
+2
-2
howto.adoc
...oot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-1
JSONArray.java
...framework/boot/configurationprocessor/json/JSONArray.java
+1
-1
No files found.
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jersey/JerseyAutoConfigurationObjectMapperProviderTests.java
View file @
ac8eebfb
/*
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -49,7 +49,7 @@ import org.springframework.test.context.junit4.SpringRunner;
...
@@ -49,7 +49,7 @@ import org.springframework.test.context.junit4.SpringRunner;
import
static
org
.
assertj
.
core
.
api
.
Assertions
.
assertThat
;
import
static
org
.
assertj
.
core
.
api
.
Assertions
.
assertThat
;
/**
/**
* Tests for {@link JerseyAutoConfiguration} with a ObjectMapper.
* Tests for {@link JerseyAutoConfiguration} with a
n
ObjectMapper.
*
*
* @author Eddú Meléndez
* @author Eddú Meléndez
* @author Andy Wilkinson
* @author Andy Wilkinson
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
ac8eebfb
...
@@ -821,7 +821,7 @@ properties in the `server` namespace anymore.
...
@@ -821,7 +821,7 @@ properties in the `server` namespace anymore.
[[howto-add-a-servlet-filter-or-listener]]
[[howto-add-a-servlet-filter-or-listener]]
=== Add a Servlet, Filter, or Listener to a Application
=== Add a Servlet, Filter, or Listener to a
n
Application
In a servlet stack application, i.e. with the `spring-boot-starter-web`, there are two
In a servlet stack application, i.e. with the `spring-boot-starter-web`, there are two
ways to add `Servlet`, `Filter`, `ServletContextListener`, and the other listeners
ways to add `Servlet`, `Filter`, `ServletContextListener`, and the other listeners
supported by the Servlet API to your application:
supported by the Servlet API to your application:
...
...
spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONArray.java
View file @
ac8eebfb
...
@@ -405,7 +405,7 @@ public class JSONArray {
...
@@ -405,7 +405,7 @@ public class JSONArray {
* @param index the index to get the value from
* @param index the index to get the value from
* @return the {@code value}
* @return the {@code value}
* @throws JSONException if the value at {@code index} doesn't exist or cannot be
* @throws JSONException if the value at {@code index} doesn't exist or cannot be
* coerced to a int.
* coerced to a
n
int.
*/
*/
public
int
getInt
(
int
index
)
throws
JSONException
{
public
int
getInt
(
int
index
)
throws
JSONException
{
Object
object
=
get
(
index
);
Object
object
=
get
(
index
);
...
...
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