Skip to content

command.java: Remove unnecessary ; at the end of function #347

@tshradheya

Description

@tshradheya

There is an unnecessary ; at the end of execute() function in Line 44

Noticed this while reviewing PR's for CS2103

public CommandResult execute(){
throw new UnsupportedOperationException("This method is to be implemented by child classes");
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions