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/NexusFile.java

    r1375 r1465  
    117117      * constructs a new NexusFile Object. 
    118118      * @param filename The name of the NeXus file to access. 
    119       * @param access. The access mode for the file. Can only be one 
     119      * @param access The access mode for the file. Can only be one 
    120120      * of the predefined NeXus access code NXACC.... These are: 
    121121      * <dl> 
     
    127127      * <DT>NXACC_READ 
    128128      * <DD>For opening a file for reading. 
    129       * </dl> 
    130129      * <DT>NXACC_NOSTRIP 
    131130      * <DD>To keep leading and trailing whitespace on strings 
     
    778777     * linkexternal links group name, nxclass to the URL nxurl 
    779778     * @param name The name of the vgroup to link to 
    780      * @apram nxcall The class name of the linked vgroup 
     779     * @param nxclass The class name of the linked vgroup 
    781780     * @param nxurl The URL to the linked external file 
    782781     * @throws NexusException if things are wrong 
Note: See TracChangeset for help on using the changeset viewer.