Ignore:
Timestamp:
2016-01-01T17:01:08+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java

    r9114 r9239  
    402402         * @param env the environment
    403403         * @param key the property key
     404         * @param layer layer
    404405         * @return the property value
    405406         */
     
    422423         * @param env the environment
    423424         * @param key the property key
     425         * @param layer layer
    424426         * @return {@code true} if the property is set, {@code false} otherwise
    425427         */
     
    676678         * Obtains the JOSM'key {@link org.openstreetmap.josm.data.Preferences} string for key {@code key},
    677679         * and defaults to {@code def} if that is null.
     680         * @param env the environment
    678681         * @param key Key in JOSM preference
    679682         * @param def Default value
     
    11351138        /**
    11361139         * Constructs a new {@code ParameterFunction}.
     1140         * @param m method
     1141         * @param args arguments
     1142         * @param needsEnvironment whether function needs environment
    11371143         */
    11381144        public ParameterFunction(Method m, List<Expression> args, boolean needsEnvironment) {
     
    12081214        /**
    12091215         * Constructs a new {@code ArrayFunction}.
     1216         * @param m method
     1217         * @param args arguments
    12101218         */
    12111219        public ArrayFunction(Method m, List<Expression> args) {
Note: See TracChangeset for help on using the changeset viewer.