James Moger
2011-04-13 94b96b5a98bef254128ccc4f5fc0e0c4376324e4
src/com/gitblit/Build.java
@@ -100,7 +100,7 @@
    *            the byte array
    * @return the SHA1 checksum
    */
   private static String getSHA1(byte[] data) {
   public static String getSHA1(byte[] data) {
      MessageDigest md;
      try {
         md = MessageDigest.getInstance("SHA-1");