Vitaly Litvak
2014-01-28 72a7824f2f1d78e9eefde02843e95c9c5b2c4938
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