James Moger
2015-11-19 e41e8f8c3bc9f5edab1d271464364f95620ece8c
src/main/java/com/gitblit/utils/ClientLogger.java
@@ -26,9 +26,9 @@
/**
 * Class to log messages to the pushing Git client. Intended to be used by the
 * Groovy Hooks.
 *
 *
 * @author John Crygier
 *
 *
 */
public class ClientLogger {
@@ -41,7 +41,7 @@
   /**
    * Sends an info/warning message to the git client.
    *
    *
    * @param message
    */
   public void info(String message) {
@@ -50,7 +50,7 @@
   /**
    * Sends an error message to the git client.
    *
    *
    * @param message
    */
   public void error(String message) {
@@ -59,7 +59,7 @@
   /**
    * Sends an error message to the git client with an exception.
    *
    *
    * @param message
    * @param t
    *            an exception