commits@javamail.java.net

[mercurial:111] Remove unused variable.

From: <shannon_at_kenai.com>
Date: Mon, 9 Feb 2009 19:41:01 +0000 (GMT)

Repository: mercurial
Revision: 111
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2009-02-05 01:57:45 UTC

Log Message:
-----------
Remove unused variable.

Modified Paths:
--------------
    mail/src/main/java/javax/mail/Folder.java

Diffs:
-----
diff -r d179c0e6ceb1 -r 6a47c39fd352
mail/src/main/java/javax/mail/Folder.java
--- a/mail/src/main/java/javax/mail/Folder.java Wed Feb 04 17:55:04
2009 -0800
+++ b/mail/src/main/java/javax/mail/Folder.java Wed Feb 04 17:57:45
2009 -0800
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
  *
  * The contents of this file are subject to the terms of either the
GNU
  * General Public License Version 2 only ("GPL") or the Common
Development
@@ -167,11 +167,11 @@
        URLName storeURL = getStore().getURLName();
        String fullname = getFullName();
        StringBuffer encodedName = new StringBuffer();
- char separator = getSeparator();
 
        if (fullname != null) {
            /*
            // We need to encode each of the folder's names.
+ char separator = getSeparator();
            StringTokenizer tok = new StringTokenizer(
                fullname, new Character(separator).toString(), true);