Ignore:
Timestamp:
2016-07-23T02:08:50+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without fields should be converted to interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/Command.java

    r10467 r10599  
    3737 *
    3838 * @author imi
     39 * @since 21 (creation)
     40 * @since 10599 (signature)
    3941 */
    40 public abstract class Command extends PseudoCommand {
     42public abstract class Command implements PseudoCommand {
    4143
    4244    private static final class CloneVisitor extends AbstractVisitor {
Note: See TracChangeset for help on using the changeset viewer.