- Timestamp:
- 2015-06-01T19:38:53+02:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java
r8395 r8440 421 421 422 422 /** 423 * Create an undirected graph from the given ways.424 * @param ways Ways to build the graph from423 * Create an undirected graph from the given node pairs. 424 * @param pairs Node pairs to build the graph from 425 425 * @return node graph structure 426 426 */ -
trunk/src/org/openstreetmap/josm/data/cache/ICachedLoaderJob.java
r8424 r8440 3 3 4 4 import java.net.URL; 5 6 5 7 6 /** … … 15 14 * returns cache entry key 16 15 * 17 * @param tile18 16 * @return cache key for tile 19 17 */ -
trunk/src/org/openstreetmap/josm/data/osm/AbstractPrimitive.java
r8390 r8440 696 696 * accessed from very specific (language variant) to more generic (default name). 697 697 * 698 * @see LanguageInfo#getLanguageCodes ()698 * @see LanguageInfo#getLanguageCodes 699 699 * @return the name of this primitive, <code>null</code> if no name exists 700 700 */ -
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java
r8393 r8440 209 209 * @param args arguments 210 210 * @return the first non-null object 211 * @see #coalesce(Object...)212 211 * @see Utils#firstNonNull(Object[]) 213 212 */ -
trunk/src/org/openstreetmap/josm/gui/widgets/AbstractFileChooser.java
r8419 r8440 162 162 * 163 163 * @param multiple true if multiple files may be selected 164 * @beaninfo165 * bound: true166 * description: Sets multiple file selection mode.167 *168 164 * @see #isMultiSelectionEnabled 169 165 */ -
trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java
r8419 r8440 113 113 * In most cases JOSM and Java uses the same codes, but for some exceptions this is needed. 114 114 * 115 * @param locale the locale. Replies "en" if null.115 * @param localeName the locale. Replies "en" if null. 116 116 * @return the Java code for the given locale 117 117 * @since 8232 … … 224 224 * </ul> 225 225 * 226 * @param l ocalethe locale to use, <code>null</code> for default locale226 * @param l the locale to use, <code>null</code> for default locale 227 227 * @return list of codes 228 228 * @since 8283
Note:
See TracChangeset
for help on using the changeset viewer.