package com.gmail.woodyc40.common.timing; /** * Represents the normal path for recording times * * @author Pierre C */ public class DefaultTimingMethod implements TimingMethod { @Override public void submit(long time) { } }