Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 785 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/support/ToLinesObjectsParseStream.java

Diff revisions: vs.
  @@ -127,13 +127,14 @@
127 127 return rv;
128 128 }
129 129
130 + // "vs:Simple|Name",
130 131 // "Object:A1|",
131 - // ".Attribute:ID|Persisted|Simple",
132 + // ".ID:ID|Persisted|Simple",
132 133 // "Object:B1|A1",
133 - // ".Property:Active=true",
134 - // ".Attribute:ID|Persisted|Simple",
135 - // "..Property:ObjectDisplayValueOrder=1",
136 - // "..Property:ColumnName=ID",
134 + // "..Active:true",
135 + // ".ID:ID|Persisted|Simple",
136 + // "...ObjectDisplayValueOrder:1",
137 + // "...ColumnName:ID",
137 138
138 139 private static class Line
139 140 {