Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f85327

Browse filesBrowse files
author
wangtong
committed
[修改]:修改 Spring 事务总结 多了两个字的问题
1 parent b88d22c commit 3f85327
Copy full SHA for 3f85327

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎docs/system-design/framework/spring/spring-transaction.md‎

Copy file name to clipboardExpand all lines: docs/system-design/framework/spring/spring-transaction.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public interface TransactionDefinition {
251251

252252
`PlatformTransactionManager.getTransaction(…)`方法返回一个 `TransactionStatus` 对象。
253253

254-
**TransactionStatus 接口接口内容如下**
254+
**TransactionStatus 接口内容如下**
255255

256256
```java
257257
public interface TransactionStatus{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.