- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 23 Nov 2010 18:03:59 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1567:15ab38bfb84e
tag: tip
user: Thomas Gambet <tgambet@w3.org>
date: Fri Nov 19 12:07:12 2010 -0500
files: src/org/w3c/unicorn/contract/EnumInputMethod.java
description:
~ Direct method changed to second prority
diff -r 5923e9bd6b48 -r 15ab38bfb84e src/org/w3c/unicorn/contract/EnumInputMethod.java
--- a/src/org/w3c/unicorn/contract/EnumInputMethod.java Thu Nov 18 17:12:24 2010 -0500
+++ b/src/org/w3c/unicorn/contract/EnumInputMethod.java Fri Nov 19 12:07:12 2010 -0500
@@ -10,7 +10,7 @@
*/
public enum EnumInputMethod {
- URI("uri"), UPLOAD("upload"), DIRECT("direct");
+ URI("uri"), DIRECT("direct"), UPLOAD("upload");
private final String sValue;
Received on Tuesday, 23 November 2010 18:04:04 UTC