Ignore:
Timestamp:
08/05/10 13:13:54 (2 years ago)
Author:
Freddie Akeroyd
Message:

Correct typos in java doxygen. Refs #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/java/org/nexusformat/NeXusFileInterface.java

    r1375 r1465  
    178178      * the data. 
    179179      */ 
    180     public void getdata(Object arrary)throws  
     180    public void getdata(Object array)throws  
    181181                          NexusException; 
    182182    /** 
     
    335335     * linkexternal links group name, nxclass to the URL nxurl 
    336336     * @param name The name of the vgroup to link to 
    337      * @apram nxcall The class name of the linked vgroup 
     337     * @param nxclass The class name of the linked vgroup 
    338338     * @param nxurl The URL to the linked external file 
    339339     * @throws NexusException if things are wrong 
Note: See TracChangeset for help on using the changeset viewer.