Skip to content

Commit

Permalink
Changed Util's function to private
Browse files Browse the repository at this point in the history
Change-Id: I47402396b834652799d32868780d2f2b73f4252f
  • Loading branch information
Mike Wiederhold committed Mar 16, 2011
1 parent 61dfd80 commit 826e042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/com/membase/jtap/internal/Util.java
Expand Up @@ -6,6 +6,10 @@
*/
public class Util {

private Util() {

}

/**
* Converts a field in a byte array into a value.
* @param buffer The byte array that contains the value
Expand Down

0 comments on commit 826e042

Please sign in to comment.