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
67a84cd4
Commit
67a84cd4
authored
Dec 30, 2017
by
dreis2211
Committed by
Stephane Nicoll
Jan 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
Closes gh-11450
parent
edc43f75
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
AtomikosProperties.java
...springframework/boot/jta/atomikos/AtomikosProperties.java
+2
-2
Origin.java
...src/main/java/org/springframework/boot/origin/Origin.java
+2
-2
UndertowWebServer.java
...amework/boot/web/embedded/undertow/UndertowWebServer.java
+2
-2
SpringBootServletInitializer.java
...oot/web/servlet/support/SpringBootServletInitializer.java
+2
-2
No files found.
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jta/atomikos/AtomikosProperties.java
View file @
67a84cd4
/*
/*
* 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.
...
@@ -210,7 +210,7 @@ public class AtomikosProperties {
...
@@ -210,7 +210,7 @@ public class AtomikosProperties {
* different but related subtransactions. This setting has no effect on resource
* different but related subtransactions. This setting has no effect on resource
* access within one and the same transaction. If you don't use subtransactions then
* access within one and the same transaction. If you don't use subtransactions then
* this setting can be ignored.
* this setting can be ignored.
* @param serialJtaTransactions if serial JTA transaction are supported
* @param serialJtaTransactions if serial JTA transaction
s
are supported
*/
*/
public
void
setSerialJtaTransactions
(
boolean
serialJtaTransactions
)
{
public
void
setSerialJtaTransactions
(
boolean
serialJtaTransactions
)
{
this
.
serialJtaTransactions
=
serialJtaTransactions
;
this
.
serialJtaTransactions
=
serialJtaTransactions
;
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/origin/Origin.java
View file @
67a84cd4
/*
/*
* 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.
...
@@ -19,7 +19,7 @@ package org.springframework.boot.origin;
...
@@ -19,7 +19,7 @@ package org.springframework.boot.origin;
import
java.io.File
;
import
java.io.File
;
/**
/**
* Interface that uniquely represents the origin of an item. For example, a item loaded
* Interface that uniquely represents the origin of an item. For example, a
n
item loaded
* from a {@link File} may have an origin made up of the file name along with line/column
* from a {@link File} may have an origin made up of the file name along with line/column
* numbers.
* numbers.
* <p>
* <p>
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java
View file @
67a84cd4
/*
/*
* 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.
...
@@ -35,7 +35,7 @@ import org.springframework.util.ReflectionUtils;
...
@@ -35,7 +35,7 @@ import org.springframework.util.ReflectionUtils;
import
org.springframework.util.StringUtils
;
import
org.springframework.util.StringUtils
;
/**
/**
* {@link WebServer} that can be used to control a Undertow web server. Usually this class
* {@link WebServer} that can be used to control a
n
Undertow web server. Usually this class
* should be created using the {@link UndertowReactiveWebServerFactory} and not directly.
* should be created using the {@link UndertowReactiveWebServerFactory} and not directly.
*
*
* @author Ivan Sopov
* @author Ivan Sopov
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/support/SpringBootServletInitializer.java
View file @
67a84cd4
/*
/*
* 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.
...
@@ -81,7 +81,7 @@ public abstract class SpringBootServletInitializer implements WebApplicationInit
...
@@ -81,7 +81,7 @@ public abstract class SpringBootServletInitializer implements WebApplicationInit
@Override
@Override
public
void
onStartup
(
ServletContext
servletContext
)
throws
ServletException
{
public
void
onStartup
(
ServletContext
servletContext
)
throws
ServletException
{
// Logger initialization is deferred in case a ordered
// Logger initialization is deferred in case a
n
ordered
// LogServletContextInitializer is being used
// LogServletContextInitializer is being used
this
.
logger
=
LogFactory
.
getLog
(
getClass
());
this
.
logger
=
LogFactory
.
getLog
(
getClass
());
WebApplicationContext
rootAppContext
=
createRootApplicationContext
(
WebApplicationContext
rootAppContext
=
createRootApplicationContext
(
...
...
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