Skip to content

Commit

Permalink
Few renames and headers updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed May 3, 2018
1 parent f13cf9c commit bc4a14f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2017 Contributors to the Eclipse Foundation
* Copyright (c) 2011-2018 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down
Expand Up @@ -17,7 +17,7 @@

@State(Scope.Benchmark)
@Threads(8)
public class CyclicSequenceBenchmark extends BenchmarkBase {
public class ConcurrentCyclicSequenceBenchmark extends BenchmarkBase {

private ConcurrentCyclicSequence<String> seq1;
private ConcurrentCyclicSequence<String> seq2;
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 Red Hat, Inc. and others
* Copyright (c) 2011-2018 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -24,7 +24,7 @@
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

public class CyclicSequenceTest {
public class ConcurrentCyclicSequenceTest {

@Test
public void testEmpty() {
Expand Down

0 comments on commit bc4a14f

Please sign in to comment.