Skip to content

Commit

Permalink
Merge pull request opendcs#229 from opendcs/cleanup/commented_out_code
Browse files Browse the repository at this point in the history
General cleanup in prep for future work.
  • Loading branch information
MikeNeilson authored May 12, 2023
2 parents d87903c + 0017608 commit ea91f2e
Show file tree
Hide file tree
Showing 24 changed files with 10,543 additions and 10,775 deletions.
6 changes: 0 additions & 6 deletions src/main/java/decodes/decoder/NumberParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ public void setDataType( char type )
/** @return the data type code */
public char getDataType() { return dataType; }

/**
Do not call this method.
*/
public void setMask(int m) { pbinaryMask = m; }

/**
Parses an integer value from the passed field data.
@param field the raw data extracted from the message.
Expand Down Expand Up @@ -1070,4 +1065,3 @@ public static void main(String args[])
System.out.println("BIN_UNSIGNED_LSB Parsed '" + args[0] + "' to: " + v);
}
}

Loading

0 comments on commit ea91f2e

Please sign in to comment.