File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/apache/ibatis/session Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright 2009-2018 the original author or authors.
2
+ * Copyright 2009-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -27,9 +27,9 @@ public enum TransactionIsolationLevel {
27
27
REPEATABLE_READ (Connection .TRANSACTION_REPEATABLE_READ ),
28
28
SERIALIZABLE (Connection .TRANSACTION_SERIALIZABLE ),
29
29
/**
30
- * A non-standard isolation level for Microsoft SQL Server. Defined in
31
- * the SQL Server JDBC driver {@link com.microsoft.sqlserver.jdbc.ISQLServerConnection}
32
- */
30
+ * A non-standard isolation level for Microsoft SQL Server.
31
+ * Defined in the SQL Server JDBC driver {@link com.microsoft.sqlserver.jdbc.ISQLServerConnection}
32
+ */
33
33
SQL_SERVER_SNAPSHOT (0x1000 );
34
34
35
35
private final int level ;
You can’t perform that action at this time.
0 commit comments