Skip to content

Commit

Permalink
*) Changed a comment to get rid of this message:
Browse files Browse the repository at this point in the history
    [javac] /home/low012/subversion/yacy/trunk/source/de/anomic/http/httpc.java:1117: warning: unmappable character for encoding UTF8
    [javac]             // if download == null, the get result is stored to a byte[]�and returned,
*) Changed broken link (see: http://forum.yacy-websuche.de/viewtopic.php?t=128)


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3956 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
low012 committed Jul 7, 2007
1 parent 5702257 commit 1ea5fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htroot/ConfigBasic.html
Expand Up @@ -81,7 +81,7 @@ <h2>Basic Configuration</h2>
<p>Your basic configuration is complete! You can now (for example):</p>
<ul>
<li><a href="index.html">start an uncensored search</a>;</li>
<li><a href="IndexCreate_p.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li>
<li><a href="CrawlStartSimple_p.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li>
<li><a href="ConfigProfile_p.html">set a personal peer profile</a> (optional settings);</li>
<li>just <a href="Network.html">monitor at the network page</a> what the other peers are doing</li>
</ul>::
Expand Down
4 changes: 2 additions & 2 deletions source/de/anomic/http/httpc.java
Expand Up @@ -1114,8 +1114,8 @@ public static byte[] singleGET(
httpHeader requestHeader,
File download
) throws IOException {
// if download == null, the get result is stored to a byte[]Êand returned,
// othervise the get is streamed to the file and null is returned
// if download == null, the get result is stored to a byte[] and returned,
// otherwise the get is streamed to the file and null is returned
if (requestHeader == null) requestHeader = new httpHeader();

// setting host authorization header
Expand Down

0 comments on commit 1ea5fa2

Please sign in to comment.