Project

General

Profile

« Previous | Next » 

Revision 2188

Added by Jing Tao over 20 years ago

Get rid of some useless code.

View differences:

src/edu/ucsb/nceas/metacat/Eml200SAXHandler.java
65 65

  
66 66
    private boolean processTopLeverAccess = false;
67 67

  
68
    // now additionalAccess will be explained as distribution access control
69
    // - data file
68 70
    private boolean processAdditionalAccess = false;
69 71

  
70 72
    private boolean processOtherAccess = false;
......
123 125
    // Indicator of inline data
124 126
    private boolean handleInlineData = false;
125 127

  
126
    private Stack inlineDataNodeStack = null;
128
    //private Stack inlineDataNodeStack = null;
127 129

  
128 130
    private Hashtable inlineDataNameSpace = null;
129 131

  
......
208 210
    }
209 211

  
210 212
    /* Pass a permission control and get the list of unchangable subtree */
211
    private Hashtable getUnchangableSubTree(PermissionController controller,
213
    /*private Hashtable getUnchangableSubTree(PermissionController controller,
212 214
            String user, String[] groups) throws Exception
213 215
    {
214 216
        Hashtable list = null;
......
242 244
        }//if
243 245

  
244 246
        return result;
245
    }
247
    }*/
246 248

  
247 249
    /*
248 250
     * Get the subtree node info from xml_accesssubtree table

Also available in: Unified diff