* @author ekuefler@google.com (Erik Kuefler)
*/
public class FakeNumberConstantsImplProvider implements FakeProvider<NumberConstantsImpl> {
@Override
public NumberConstantsImpl getFake(Class<?> type) {
return new NumberConstantsImpl() {
@Override
public String zeroDigit() {
return "0";
}