Remove spurious test of XScale and HARD_FLOAT floags
[official-gcc.git] / libjava / javax / naming / NameParser.java
blob366feac0ab78bae52025e72bcf25f3aa765fe567
1 /* Copyright (C) 2000 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7 details. */
9 package javax.naming;
11 public interface NameParser
13 public Name parse (String name) throws NamingException;