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

com.lq.cli.comment.StringUtil Maven / Gradle / Ivy

There is a newer version: 1.2.RELEASE
Show newest version
package com.lq.cli.comment;

public class StringUtil {

    public static String formatSingleLine(int tabNum, String srcString) {
        StringBuilder sb = new StringBuilder();
        for(int i=0; i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy