doc updates
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/d880c6b0 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/d880c6b0 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/d880c6b0 Branch: refs/heads/master Commit: d880c6b00a14fe8e84264a04f972311a1f8cd382 Parents: 0023403 Author: Matt Benson <[email protected]> Authored: Thu Oct 27 17:01:46 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Thu Oct 27 17:01:46 2016 +0000 ---------------------------------------------------------------------- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/d880c6b0/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 7f8550a..aa4297b 100644 --- a/README.txt +++ b/README.txt @@ -4,8 +4,8 @@ Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 About ===== -This is an implementation of JSR 303 (Bean Validation), a specification of the -Java API for Javabean validation in Java EE and Java SE. +This is an implementation of the Java Bean Validation (JSRs 303, 349) +specification for Java EE and Java SE. The technical objective is to provide a class level constraint declaration and validation facility for the Java application developer, as well as a constraint metadata repository and query API.
