You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/09/18 18:47:59 UTC

svn commit: r289947 - in /directory/protocol-providers/dns/trunk/src/java/org/apache/dns/store: RecordStoreEntry.java RecordStoreEntryModifier.java

Author: erodriguez
Date: Sun Sep 18 09:47:56 2005
New Revision: 289947

URL: http://svn.apache.org/viewcvs?rev=289947&view=rev
Log:
The DNS protocol provider was originally hard-coded to serve A records.  These A-record classes are no longer needed with new code coming in that allows for any record type.

Removed:
    directory/protocol-providers/dns/trunk/src/java/org/apache/dns/store/RecordStoreEntry.java
    directory/protocol-providers/dns/trunk/src/java/org/apache/dns/store/RecordStoreEntryModifier.java