Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c940cecd

Přidáno uživatelem Jan Havlíček před asi 4 roky(ů)

re #7891 Output format new line after ']'

Zobrazit rozdíly:

project/Deserializer/src/jdeserialize/classdesc.java
233 233
        {
234 234
            sb.append(indentation);
235 235
        }
236
        
236 237
        sb.append("{\n");
237 238

  
238 239
        indentation += "\t";
......
296 297
        if(this.superclass != null)
297 298
        {
298 299
            indentation = indentation.replaceFirst("\t", "");
299
            sb.append("\n").append("}");
300
            sb.append("\n").append(indentation).append("}");
300 301
            sb.append("," + "\n");
301
            sb.append(this.superclass.toJson(indentation, fielddata, child));
302
            sb.append(this.superclass.toJson(indentation, fielddata, false));
302 303
        }
303 304
        else 
304 305
        {

Také k dispozici: Unified diff