James Moger
2011-05-04 cf9550d8df51d927c63176675280d69b86e7a6e2
src/com/gitblit/utils/StringUtils.java
@@ -5,8 +5,9 @@
import java.security.NoSuchAlgorithmException;
import java.util.List;
public class StringUtils {
   public static boolean isEmpty(String value) {
      return value == null || value.trim().length() == 0;
   }
@@ -106,5 +107,4 @@
         throw new RuntimeException(t);
      }
   }
}