Skip to content

Commit

Permalink
并不多完工了
Browse files Browse the repository at this point in the history
Issue #231
  • Loading branch information
juqkai committed May 31, 2012
1 parent e60b9fd commit 4e36c76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/org/nutz/json/Json.java
Expand Up @@ -164,10 +164,6 @@ public static void toJson(Writer writer, Object obj) {
* @param format
* JSON 字符串格式化 , 若format, 则定义为JsonFormat.nice()
*/
// public static void toJson(Writer writer, Object obj, JsonFormat format) {
// toJson(writer, obj, format, null);
// }

public static void toJson(Writer writer, Object obj, JsonFormat format) {
try {
if (format == null)
Expand Down
2 changes: 0 additions & 2 deletions src/org/nutz/mvc/adaptor/injector/ObjectNaviNode.java
Expand Up @@ -5,8 +5,6 @@
import java.util.List;
import java.util.Map;

import org.nutz.lang.Objs;

/**
* 对象路径节点转换.<br/>
* 将URL中的字符串参数名转换成对结构, 然后通过 {@link Objs}转换成实体对象<br/>
Expand Down

0 comments on commit 4e36c76

Please sign in to comment.