This commit is contained in:
Shinsuke Sugaya 2014-02-24 23:49:00 +09:00
parent c1447590ff
commit 4254fda30f

View file

@ -61,7 +61,7 @@ public class IndexForm implements Serializable {
@Maxbytelength(maxbytelength = 4000)
public String rt;
@Required(target = "go")
@Required(target = "go,cache")
@Maxbytelength(maxbytelength = 100)
public String docId;