Skip to content

Commit

Permalink
Merge pull request hellokaton#11 from hh23485/patch-1
Browse files Browse the repository at this point in the history
Update 2.spring.md
  • Loading branch information
hellokaton authored Mar 21, 2017
2 parents 6cc507f + c089b98 commit 2a2176d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ioc/2.spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void main(String[] args) {
</bean>
```

`Person` 类是这样的:
`Lol` 类是这样的:

```java
public class Lol {
Expand Down Expand Up @@ -93,4 +93,4 @@ public class DuangService {
## links
* [目录](<index.md>)
* 上一节: [IOC的概念](<1.concept.md>)
* 下一节: [设计一个IOC](<3.myioc.md>)
* 下一节: [设计一个IOC](<3.myioc.md>)

0 comments on commit 2a2176d

Please sign in to comment.