diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/src/main/java/Empty.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/src/main/java/Empty.java b/testing/src/main/java/Empty.java index 9a9956e0e..0b2319f5e 100644 --- a/testing/src/main/java/Empty.java +++ b/testing/src/main/java/Empty.java @@ -1 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2019 Contributors + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + *******************************************************************************/ + +/** + * @author Andy Clement + */ public class Empty {} |