You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
663 B
12 lines
663 B
diff -u -r ../raw/sched/src/com/android/sched/vfs/CaseInsensitiveFS.java ./sched/src/com/android/sched/vfs/CaseInsensitiveFS.java
|
|
--- ../raw/sched/src/com/android/sched/vfs/CaseInsensitiveFS.java 2016-10-03 10:53:49.000000000 -0400
|
|
+++ ./sched/src/com/android/sched/vfs/CaseInsensitiveFS.java 2016-10-03 17:21:25.053176313 -0400
|
|
@@ -78,7 +78,7 @@
|
|
@Nonnull
|
|
public static final MessageDigestPropertyId ALGO = MessageDigestPropertyId.create(
|
|
"sched.vfs.case-insensitive.algo", "Algorithm used to encode a path name").addDefaultValue(
|
|
- "SHA");
|
|
+ "MD5");
|
|
|
|
@Nonnull
|
|
public static final BooleanPropertyId DEBUG = BooleanPropertyId.create(
|
|
|