From: <bra...@us...> - 2009-07-17 23:52:36
|
Revision: 2767 http://archive-access.svn.sourceforge.net/archive-access/?rev=2767&view=rev Author: bradtofel Date: 2009-07-17 23:52:26 +0000 (Fri, 17 Jul 2009) Log Message: ----------- TWEAK: comment & whitespace. Modified Paths: -------------- branches/wayback-1_4_2/wayback-core/src/main/java/org/archive/wayback/resourcestore/SimpleResourceStore.java Modified: branches/wayback-1_4_2/wayback-core/src/main/java/org/archive/wayback/resourcestore/SimpleResourceStore.java =================================================================== --- branches/wayback-1_4_2/wayback-core/src/main/java/org/archive/wayback/resourcestore/SimpleResourceStore.java 2009-07-17 23:51:41 UTC (rev 2766) +++ branches/wayback-1_4_2/wayback-core/src/main/java/org/archive/wayback/resourcestore/SimpleResourceStore.java 2009-07-17 23:52:26 UTC (rev 2767) @@ -35,10 +35,10 @@ /** - * Implements ResourceStore where ARC/WARCs are accessed via HTTP 1.1 range - * requests. All files are assumed to be "rooted" at a particular HTTP URL, - * within a single directory, implying a file reverse-proxy to connect through - * to actual HTTP ARC/WARC locations. + * Implements ResourceStore where ARC/WARCs are accessed via a local file or an + * HTTP 1.1 range request. All files are assumed to be "rooted" at a particular + * HTTP URL, or within a single local directory. The HTTP version may imply a + * file reverse-proxy to connect through to actual HTTP ARC/WARC locations. * * @author brad * @version $Date$, $Revision$ @@ -47,7 +47,6 @@ private String prefix = null; - public Resource retrieveResource(CaptureSearchResult result) throws ResourceNotAvailableException { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |