com.lq.cli.comment.StringUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springboot-dagger Show documentation
Show all versions of springboot-dagger Show documentation
Fast construction of springboot microservices
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