James Moger
2014-04-17 1fb5424b5532ff58ac6c55510d87d5674cc5d89b
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