Skip to content

Commit

Permalink
no need for empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmclean committed Jan 13, 2018
1 parent ef8c3d4 commit e9d0fab
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ Licensed to the Apache Software Foundation (ASF) under one

public class CpuServicesParameter implements S7Parameter {


public CpuServicesParameter() {
}

@Override
public ParameterType getType() {
return ParameterType.CPU_SERVICES;
Expand Down

0 comments on commit e9d0fab

Please sign in to comment.