package a6; public class TimerAttacher { public void clearTimer() { } public void free() { clearTimer(); } }