Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Cleanup: remove JavaDoc tags "author" and "version" and SVN tag "Id"
Browse files Browse the repository at this point in the history
Those leftovers were forgotten in
09083bd
  • Loading branch information
Godin committed Aug 5, 2016
1 parent 28e244e commit 797c5a0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
* Copyright (c) 2006, 2016 Mountainminds GmbH & Co. KG
* This software is provided under the terms of the Eclipse Public License v1.0
* See http:https://www.eclipse.org/legal/epl-v10.html.
*
* $Id: $
******************************************************************************/
package methodlocator;

import java.util.Date;

/**
* Collections of methods with different Signatures.
*
* @author Marc R. Hoffmann
* @version $Revision: 13 $
*/
public class Samples {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
* Copyright (c) 2006, 2016 Mountainminds GmbH & Co. KG
* This software is provided under the terms of the Eclipse Public License v1.0
* See http:https://www.eclipse.org/legal/epl-v10.html.
*
* $Id: $
******************************************************************************/
package signatureresolver;

import java.util.Iterator;

/**
* Collections of methods with different Signatures.
*
* @author Marc R. Hoffmann
* @version $Revision: $
*/
public class Samples<R, S extends Comparable, T extends Thread & Iterator> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@
* Copyright (c) 2006, 2016 Mountainminds GmbH & Co. KG
* This software is provided under the terms of the Eclipse Public License v1.0
* See http:https://www.eclipse.org/legal/epl-v10.html.
*
* $Id: $
******************************************************************************/
package typetraverser;

/**
* Test type for TypeTraverser.
*
* @author Marc R. Hoffmann
* @version $Revision: $
*/
public class Samples {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
/**
* For central access to the tools provided by the coverage core plug-in this
* class offers several static methods.
*
* @author Marc R. Hoffmann
* @version $Revision$
*/
public final class CoverageTools {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

/**
* Constants and utility methods for context help.
*
* @author Marc R. Hoffmann
* @version $Revision: $
*/
public final class ContextHelp {

Expand Down

0 comments on commit 797c5a0

Please sign in to comment.