Repository: any23 Updated Branches: refs/heads/master 9bcc9ea3c -> 63ba2fc82
ANY23-261 Tiny typo in Data Extraction documentation source example Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/63ba2fc8 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/63ba2fc8 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/63ba2fc8 Branch: refs/heads/master Commit: 63ba2fc82966cc056a2e475af849154d0dfdcf93 Parents: 9bcc9ea Author: Lewis John McGibbney <[email protected]> Authored: Wed Sep 16 11:01:41 2015 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Sep 16 11:01:41 2015 -0700 ---------------------------------------------------------------------- src/site/apt/dev-data-extraction.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/63ba2fc8/src/site/apt/dev-data-extraction.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/dev-data-extraction.apt b/src/site/apt/dev-data-extraction.apt index 0e84509..2a5bda2 100644 --- a/src/site/apt/dev-data-extraction.apt +++ b/src/site/apt/dev-data-extraction.apt @@ -23,7 +23,7 @@ Data Extraction +---------------------------------------------------------------------------------------------- -/*1*/ Apache Any23 runner = new Apache Any23(); +/*1*/ Any23 runner = new Any23(); /*2*/ runner.setHTTPUserAgent("test-user-agent"); /*3*/ HTTPClient httpClient = runner.getHTTPClient(); /*4*/ DocumentSource source = new HTTPDocumentSource(
