Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1224 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
rramthun committed Dec 17, 2005
1 parent eb0f511 commit 45ebe47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htroot/Steering.html
Expand Up @@ -27,7 +27,7 @@
<b>Restart YaCy.</b><br>
Application will terminate after working off all scheduled tasks.<br>
Then YaCy will restart.<br>
Wenn man nach 5 Minuten nicht auf YaCy zugreifen kann, ist ein Fehler aufgetreten.
If you can't reach YaCy's interface after 5 minutes restart failed.
#(/info)#
</p>
</body>
Expand Down
2 changes: 1 addition & 1 deletion source/de/anomic/kelondro/kelondroMHashMap.java
Expand Up @@ -323,7 +323,7 @@ public static void main(String[] args) {
for (int i = 0; i < 100; i++) map.put(3333 + i, ("" + (1000 + i)).getBytes());
Iterator i = map.entries();
kelondroMHashMap.entry e;
System.out.println("AufzŠhlung der Elemente: count=" + map.size());
System.out.println("Enumeration of elements: count=" + map.size());
int c = 0;
while (i.hasNext()) {
e = (kelondroMHashMap.entry) i.next();
Expand Down

0 comments on commit 45ebe47

Please sign in to comment.