=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/domain/Facility.java' --- dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/domain/Facility.java 2013-01-31 03:22:50 +0000 +++ dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/domain/Facility.java 2013-02-06 13:03:13 +0000 @@ -48,7 +48,7 @@ // Internal system identifier @Null(groups = Create.class) @NotNull(groups = Update.class) - @Length(min = 11, max = 11) + @Length(min = 36, max = 36) private String id; // Name of the facility