@@ -1,6 +1,6 @@
package com.alvin.util;
-class StopWatch {
+public class StopWatch {
private String name = "";
private long startTime;