jmapper-framework / jmapper-core

Elegance, high performance and robustness all in one java bean mapper
http://jmapper-framework.github.io/jmapper-core
Apache License 2.0
227 stars 41 forks source link

System.out.println in code #39

Closed faroukelabady closed 8 years ago

faroukelabady commented 8 years ago

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.

avurro commented 8 years ago

Fixed, thanks!

avurro commented 8 years ago

If you like the project add a star! :)

faroukelabady commented 8 years ago

I truly love the project , I also got some ideas while we started using it , maybe we can talk it over, and see if it can be applied or not