Skip to content

System.out.println in code  #39

Closed
Closed
@faroukelabady

Description

@faroukelabady

Dear
I foudn the console have a lot of empty lines after little investigation I found the following code

public class BasicOperation extends ASimpleOperation{

public StringBuilder mapping() {

    System.out.println("");
    Object content = setDestination(applyImplicitConversion(info.getConversionType(), destinationType(), sourceType(), getSource()));

    // add and return a mapping type control
    return this.addMappingTypeControl(write(content,newLine));

}

}

there is a system.out.println() in the code.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions