Summing3 doesn't work with Travis CI

This commit is contained in:
Bruce Eckel 2017-05-14 00:01:45 -06:00
parent 7ca318ddde
commit 0c6fc300f7

View File

@ -2,6 +2,7 @@
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
// {ExcludeFromTravisCI}
import java.util.*;
public class Summing3 {