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

com.plantuml.api.cheerpj.Utils Maven / Gradle / Ivy

There is a newer version: 1.2025.0
Show newest version
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package com.plantuml.api.cheerpj;

public class Utils {

	public static String cleanText(String text) {
		if (text.endsWith("\n") == false)
			text = text + "\n";
		if (text.endsWith("@start") == false)
			text = "@startuml\n" + text + "@enduml\n";

		return text;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy