Skip to content

Commit 33f17d5

Browse files
committed
Add missing space
1 parent 6423ad3 commit 33f17d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/site/es/xdoc/java-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
158158
SqlSession openSession(boolean autoCommit)
159159
SqlSession openSession(Connection connection)
160160
SqlSession openSession(TransactionIsolationLevel level)
161-
SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
161+
SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
162162
SqlSession openSession(ExecutorType execType)
163163
SqlSession openSession(ExecutorType execType, boolean autoCommit)
164164
SqlSession openSession(ExecutorType execType, Connection connection)

src/site/ja/xdoc/java-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
159159
SqlSession openSession(boolean autoCommit)
160160
SqlSession openSession(Connection connection)
161161
SqlSession openSession(TransactionIsolationLevel level)
162-
SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
162+
SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
163163
SqlSession openSession(ExecutorType execType)
164164
SqlSession openSession(ExecutorType execType, boolean autoCommit)
165165
SqlSession openSession(ExecutorType execType, Connection connection)

src/site/ko/xdoc/java-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
199199
SqlSession openSession(boolean autoCommit)
200200
SqlSession openSession(Connection connection)
201201
SqlSession openSession(TransactionIsolationLevel level)
202-
SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
202+
SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
203203
SqlSession openSession(ExecutorType execType)
204204
SqlSession openSession(ExecutorType execType, boolean autoCommit)
205205
SqlSession openSession(ExecutorType execType, Connection connection)

src/site/xdoc/java-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
157157
SqlSession openSession(boolean autoCommit)
158158
SqlSession openSession(Connection connection)
159159
SqlSession openSession(TransactionIsolationLevel level)
160-
SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
160+
SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
161161
SqlSession openSession(ExecutorType execType)
162162
SqlSession openSession(ExecutorType execType, boolean autoCommit)
163163
SqlSession openSession(ExecutorType execType, Connection connection)

src/site/zh/xdoc/java-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
162162
SqlSession openSession(boolean autoCommit)
163163
SqlSession openSession(Connection connection)
164164
SqlSession openSession(TransactionIsolationLevel level)
165-
SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
165+
SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
166166
SqlSession openSession(ExecutorType execType)
167167
SqlSession openSession(ExecutorType execType, boolean autoCommit)
168168
SqlSession openSession(ExecutorType execType, Connection connection)

0 commit comments

Comments
 (0)