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

com.github.danielflower.mavenplugins.gitlog.renderers.NullMessageConverter Maven / Gradle / Ivy

package com.github.danielflower.mavenplugins.gitlog.renderers;

public class NullMessageConverter implements MessageConverter {
	@Override
	public String formatCommitMessage(String original) {
		return original;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy