Skip to content

Commit

Permalink
util class made abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Mar 28, 2013
1 parent 7d4979f commit da72cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/aeonbits/owner/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* @author Luigi R. Viggiano
*/
class Util {
abstract class Util {
Util() {
prohibitInstantiation();
}
Expand Down

0 comments on commit da72cf7

Please sign in to comment.