Test removal for CI problems

This commit is contained in:
Bruce Eckel 2017-01-20 10:58:00 -08:00
parent 022b281ba2
commit 052deaba26
2 changed files with 2 additions and 0 deletions

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.
// {ValidateByHand} // CI has trouble
import java.util.*;
public class Summing3 {

View File

@ -3,6 +3,7 @@
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
// Displays Charsets and aliases
// {ValidateByHand} // CI has trouble
import java.nio.charset.*;
import java.util.*;