From fed9a0993bb6264e2e36f954e41b8ad387cc086b Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Sat, 14 Jan 2017 07:41:28 -0800 Subject: [PATCH] Take out of CI build --- arrays/ParallelPrefix3.java | 1 + 1 file changed, 1 insertion(+) diff --git a/arrays/ParallelPrefix3.java b/arrays/ParallelPrefix3.java index 2723483f..e436023a 100644 --- a/arrays/ParallelPrefix3.java +++ b/arrays/ParallelPrefix3.java @@ -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 Systems have trouble import java.util.*; public class ParallelPrefix3 {