All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.envoisolutions.sxc.builder.impl.JBlankLine Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package com.envoisolutions.sxc.builder.impl;

import com.sun.codemodel.JFormatter;
import com.sun.codemodel.JStatement;

public class JBlankLine implements JStatement {
    public void state(JFormatter f) {
        f.nl();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy