Changeset 12139 in josm for trunk


Ignore:
Timestamp:
2017-05-13T16:09:29+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14773 - checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java

    r12134 r12139  
    270270     * The map contains all the information to restore the offset bookmark.
    271271     * @return properties map of all data
     272     * @see #fromPropertiesMap(java.util.Map)
    272273     * @since 12134
    273      * @see #fromPropertiesMap(java.util.Map)
    274274     */
    275275    public Map<String, String> toPropertiesMap() {
     
    281281     * @param properties the properties map
    282282     * @return corresponding offset bookmark
     283     * @see #toPropertiesMap()
    283284     * @since 12134
    284      * @see #toPropertiesMap()
    285285     */
    286286    public static OffsetBookmark fromPropertiesMap(Map<String, String> properties) {
Note: See TracChangeset for help on using the changeset viewer.