Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (9 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExifReader.java

    r8470 r8509  
    8383     * <li>The 0th row is the visual left-hand side of the image, and the 0th column is the visual bottom.</li></ol>
    8484     * @see <a href="http://www.impulseadventure.com/photo/exif-orientation.html">http://www.impulseadventure.com/photo/exif-orientation.html</a>
    85      * @see <a href="http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto">http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto</a>
     85     * @see <a href="http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto">
     86     * http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto</a>
    8687     */
    8788    public static Integer readOrientation(File filename) {
     
    136137     * Returns the direction of the given JPEG file.
    137138     * @param filename The JPEG file to read
    138      * @return The direction of the image when it was captures (in degrees between 0.0 and 359.99), or {@code null} if missing or if {@code dirGps} is null
     139     * @return The direction of the image when it was captures (in degrees between 0.0 and 359.99),
     140     * or {@code null} if missing or if {@code dirGps} is null
    139141     * @since 6209
    140142     */
     
    155157     * Returns the direction of the given EXIF GPS directory.
    156158     * @param dirGps The EXIF GPS directory
    157      * @return The direction of the image when it was captures (in degrees between 0.0 and 359.99), or {@code null} if missing or if {@code dirGps} is null
     159     * @return The direction of the image when it was captures (in degrees between 0.0 and 359.99),
     160     * or {@code null} if missing or if {@code dirGps} is null
    158161     * @since 6209
    159162     */
Note: See TracChangeset for help on using the changeset viewer.