comparison src/plparser/DictProperty.java @ 14:1baccfe55597 default tip

pp fix
author one
date Fri, 03 Sep 2010 08:21:53 +0900
parents 79d492bce828
children
comparison
equal deleted inserted replaced
13:da8c1569b0c1 14:1baccfe55597
37 p.pp(out,indent+indent_step,flag);out.print("->"); 37 p.pp(out,indent+indent_step,flag);out.print("->");
38 flag = 1; 38 flag = 1;
39 map.get(p).pp(out,indent+indent_step+2,0); 39 map.get(p).pp(out,indent+indent_step+2,0);
40 if (i<size-1) out.println(","); 40 if (i<size-1) out.println(",");
41 else { 41 else {
42 if (size>1) indent(out,indent,1); 42 // if (size>1) indent(out,indent,1);
43 out.print("}"); 43 out.print("}");
44 } 44 }
45 i++; 45 i++;
46 } 46 }
47 } 47 }