From c089b98c33276740f6bfaf9c624745290e734e26 Mon Sep 17 00:00:00 2001 From: hh23485 Date: Tue, 21 Mar 2017 14:32:49 +0800 Subject: [PATCH] Update 2.spring.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改person类为Lol类 --- ioc/2.spring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioc/2.spring.md b/ioc/2.spring.md index 2e6ce86..f6dfeac 100644 --- a/ioc/2.spring.md +++ b/ioc/2.spring.md @@ -18,7 +18,7 @@ public static void main(String[] args) { ``` -`Person` 类是这样的: +`Lol` 类是这样的: ```java public class Lol { @@ -93,4 +93,4 @@ public class DuangService { ## links * [目录]() * 上一节: [IOC的概念](<1.concept.md>) - * 下一节: [设计一个IOC](<3.myioc.md>) \ No newline at end of file + * 下一节: [设计一个IOC](<3.myioc.md>)