Skip to content

Commit

Permalink
For #1, removing spurious Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pholser committed Apr 3, 2013
1 parent 64b09cf commit 837b916
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/com/pholser/util/properties/PropertySource.java
Expand Up @@ -26,10 +26,8 @@ a copy of this software and associated documentation files (the
package com.pholser.util.properties;

/**
* <p>Implement this interface to present sources of key-value properties (other than {@link java.util.Properties},
* {@link java.util.Map}, and {@link java.util.ResourceBundle}) to {@link PropertyBinder}.</p>
*
* <p>Implementers can choose whether or not to honor features of a </p>
* Implement this interface to present sources of key-value properties (other than {@link java.util.Properties},
* {@link java.util.Map}, and {@link java.util.ResourceBundle}) to {@link PropertyBinder}.
*/
public interface PropertySource {
/**
Expand Down

0 comments on commit 837b916

Please sign in to comment.