Author: rdonkin
Date: Sat Dec 7 08:36:07 2013
New Revision: 1548811
URL: http://svn.apache.org/r1548811
Log:
Not used Contructors
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
Modified:
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
URL:
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java?rev=1548811&r1=1548810&r2=1548811&view=diff
==============================================================================
---
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
(original)
+++
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
Sat Dec 7 08:36:07 2013
@@ -62,32 +62,6 @@ public class CopyrightHeader extends Bas
/** The copyright match. */
private boolean copyrightMatch;
-
- /**
- * Instantiates a new copyright header.
- *
- * @param licenseFamilyCategory the license family category
- * @param licenseFamilyName the license family name
- * @param notes the notes
- */
- protected CopyrightHeader(final Datum licenseFamilyCategory,
- final Datum licenseFamilyName, final String notes) {
- super(licenseFamilyCategory, licenseFamilyName, notes);
- }
-
- /**
- * Instantiates a new copyright header.
- *
- * @param licenseFamilyCategory the license family category
- * @param licenseFamilyName the license family name
- * @param notes the notes
- * @param copyrightOwner the copyright owner
- */
- protected CopyrightHeader(final Datum licenseFamilyCategory,
- final Datum licenseFamilyName, final String notes,
final String copyrightOwner) {
- this(licenseFamilyCategory, licenseFamilyName, notes);
- setCopyrightOwner(copyrightOwner);
- }
/**
* Constructs a license indicated by the given patterns.