Skip to content

Commit

Permalink
Small hotfix.
Browse files Browse the repository at this point in the history
[SuperComponents]
- SuperEncoder interface no longer uses private method.
  • Loading branch information
pacoito123 committed Jun 28, 2019
1 parent 32a3184 commit dc8bd20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ default void initEncoders(JSONObject robotMap, String subsystemName) {
}
}

private EncodingType getEncodingType(String encodingType) {
default EncodingType getEncodingType(String encodingType) {
switch (encodingType) {
case "k1X":
return EncodingType.k1X;
Expand Down

0 comments on commit dc8bd20

Please sign in to comment.