8282464: Remove author tags from java.compiler

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2022-02-28 23:28:21 +00:00
parent 9d9618a3dd
commit 1f89acd849
83 changed files with 79 additions and 308 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2022, 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
@ -132,9 +132,6 @@ import java.io.IOException;
* factories instead of public constructors so that only subclass
* instances would be presented to clients of the parent class.
*
* @author Joseph D. Darcy
* @author Scott Seligman
* @author Peter von der Ahé
* @since 1.6
*/
public interface Filer {