Changeset 6830 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2014-02-10T00:51:53+01:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/command
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ChangeRelationMemberRoleCommand.java
r6296 r6830 18 18 * Command that changes the role of a relation member 19 19 * 20 * @author Teemu Koskinen <teemu.koskinen@mbnet.fi>20 * @author Teemu Koskinen <teemu.koskinen@mbnet.fi> 21 21 */ 22 22 public class ChangeRelationMemberRoleCommand extends Command { -
trunk/src/org/openstreetmap/josm/command/RotateCommand.java
r6246 r6830 16 16 * RotateCommand rotates a number of objects around their centre. 17 17 * 18 * @author Frederik Ramm <frederik@remote.org>18 * @author Frederik Ramm 19 19 */ 20 20 public class RotateCommand extends TransformNodesCommand { -
trunk/src/org/openstreetmap/josm/command/TransformNodesCommand.java
r6610 r6830 20 20 * Abstract class with common services for nodes rotation and scaling commands. 21 21 * 22 * @author Olivier Croquette <ocroquette@free.fr>22 * @author Olivier Croquette <ocroquette@free.fr> 23 23 */ 24 24 public abstract class TransformNodesCommand extends Command {
Note: See TracChangeset
for help on using the changeset viewer.