Repository: cxf Updated Branches: refs/heads/master 1844f802d -> 28a4e2ea5
Minor update to big_queury demo README Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/28a4e2ea Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/28a4e2ea Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/28a4e2ea Branch: refs/heads/master Commit: 28a4e2ea5a35247cc50a2013371bcc178ff1d390 Parents: 1844f80 Author: Sergey Beryozkin <[email protected]> Authored: Thu Oct 29 15:33:54 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Oct 29 15:33:54 2015 +0000 ---------------------------------------------------------------------- distribution/src/main/release/samples/jax_rs/big_query/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/28a4e2ea/distribution/src/main/release/samples/jax_rs/big_query/README.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/big_query/README.txt b/distribution/src/main/release/samples/jax_rs/big_query/README.txt index 6c29c99..967ac72 100644 --- a/distribution/src/main/release/samples/jax_rs/big_query/README.txt +++ b/distribution/src/main/release/samples/jax_rs/big_query/README.txt @@ -5,7 +5,7 @@ This demo demonstrates how Google BigQuery service can be used with OAuth2 Authorization Code flow and a Google server-to-server flow and shows Apache CXF OIDC RP and JOSE support in action. -The demo access public BigQuery data sets - it is easy to modify it to access +The demo accesses public BigQuery data sets - it is easy to modify it to access the project-specific datasets if preferred. First, create a Big Query project as described in
