Privatized constructor to prevent instantiation.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@506 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-04-23 17:45:39 +00:00
parent 77e1e9e2f1
commit ca66cccd2f
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ package org.broadinstitute.sting.utils;
* @author Kiran Garimella
*/
public class BaseUtils {
/** Private constructor. No instantiating this class! */
private BaseUtils() {}
/**
* Converts a simple base to a base index
*