Author: saces
Date: 2008-08-23 06:39:53 +0000 (Sat, 23 Aug 2008)
New Revision: 22112
Modified:
trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java
Log:
fix typo
Modified: trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java
===================================================================
--- trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java 2008-08-22 23:51:05 UTC
(rev 22111)
+++ trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java 2008-08-23 06:39:53 UTC
(rev 22112)
@@ -66,7 +66,7 @@
@Override
public void onFailure(FetchException e, ClientGetter state) {
- if ((e.mode == FetchException.PERMANENT_REDIRECT) || (e.mode ==
FetchException.PERMANENT_REDIRECT )) {
+ if ((e.mode == FetchException.PERMANENT_REDIRECT) || (e.mode ==
FetchException.TOO_MANY_PATH_COMPONENTS )) {
// restart the request
try {
state.restart(e.newURI);