minor fix: #118
This commit is contained in:
parent
c1447590ff
commit
4254fda30f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue