Skip to content

Commit

Permalink
fix failed build (eclipse-che#1955)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Parfonov <[email protected]>
  • Loading branch information
Vitalii Parfonov authored and ShimonBenYair committed Aug 4, 2016
1 parent 50a19fe commit bc17594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author andrew00x
*/
@DTO
public interface MachineProcessDto extends CommandDto, MachineProcess, Hyperlinks {
public interface MachineProcessDto extends MachineProcess, Hyperlinks {
void setPid(int pid);

MachineProcessDto withPid(int pid);
Expand Down

0 comments on commit bc17594

Please sign in to comment.