--- old/test/sample/mergesort/MergeSortTest.java Tue Aug 9 01:04:08 2016 +++ new/test/sample/mergesort/MergeSortTest.java Tue Aug 9 01:04:07 2016 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,7 +21,6 @@ * questions. */ - /* @test * @summary Test MergeSort *