Skip to content

Commit c319a2a

Browse files
committed
work in progres
1 parent 7c37c13 commit c319a2a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function run() {
5454
}
5555

5656
function main() {
57-
build
57+
#build
5858
run
5959
}
6060

src/main/java/org/woehlke/simpleworklist/task/Task.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public class Task extends AuditModel implements Serializable, ComparableById<Tas
101101
private String title;
102102

103103
//@SafeHtml(whitelistType= SafeHtml.WhiteListType.RELAXED)
104-
@NotBlank
105104
@Length(min=0,max=65535)
106105
@Column(name = "description", nullable = false, length = 65535, columnDefinition="text")
107106
private String text;

0 commit comments

Comments
 (0)