Changeset 10399 in josm


Ignore:
Timestamp:
2016-06-16T15:13:01+02:00 (8 years ago)
Author:
Don-vip
Message:

gsoc-core - cleanup forgotten @since xxx

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapViewState.java

    r10398 r10399  
    169169     * Creates an affine transform that is used to convert the east/north coordinates to view coordinates.
    170170     * @return The affine transform. It should not be changed.
    171      * @since xxx
     171     * @since 10375
    172172     */
    173173    public AffineTransform getAffineTransform() {
     
    180180     * @param newCenter The new center coordinate.
    181181     * @return The new state.
    182      * @since xxx
     182     * @since 10375
    183183     */
    184184    public MapViewState usingCenter(EastNorth newCenter) {
     
    190190     * @param newEastNorthThere The east/north coordinate that should be there.
    191191     * @return The new state.
    192      * @since xxx
     192     * @since 10375
    193193     */
    194194    public MapViewState movedTo(MapViewPoint mapViewPoint, EastNorth newEastNorthThere) {
     
    205205     * @param newScale The new scale to use.
    206206     * @return The new state.
    207      * @since xxx
     207     * @since 10375
    208208     */
    209209    public MapViewState usingScale(double newScale) {
     
    217217     * @param positon The new location to use.
    218218     * @return The new state.
    219      * @since xxx
     219     * @since 10375
    220220     */
    221221    public MapViewState usingLocation(JComponent positon) {
     
    230230     * @param height The view height
    231231     * @return The state
    232      * @since xxx
     232     * @since 10375
    233233     */
    234234    public static MapViewState createDefaultState(int width, int height) {
  • trunk/test/unit/org/openstreetmap/josm/tools/PredicatesTest.java

    r10286 r10399  
    2121 *
    2222 * @author Michael Zangl
    23  * @since xxx
    2423 */
    2524public class PredicatesTest {
Note: See TracChangeset for help on using the changeset viewer.