Skip to content

Commit

Permalink
more javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 1, 2013
1 parent 65fc38d commit 0b260a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Expand Up @@ -31,12 +31,15 @@
import org.fcrepo.observer.JMSEventMessageFactory;
import org.slf4j.Logger;

/**
* Create Fedora 3.x-like ATOM payloads for events
*/
public class LegacyMethodEventFactory implements JMSEventMessageFactory {

private final Logger LOGGER = getLogger(LegacyMethodEventFactory.class);

/**
* TODO
* Default event factory settings
*/
public LegacyMethodEventFactory() {
}
Expand Down
Expand Up @@ -28,12 +28,12 @@
public interface PidMinter {

/**
* @todo Document.
* Mint a new PID
*/
String mintPid();

/**
* @todo Document.
* Provide a helpful function to mint any number of PIDs
*/
Function<Object, String> makePid();
}
Expand Up @@ -46,7 +46,7 @@ public class CacheStoreEntry extends LowLevelCacheEntry {
private final String cacheName;

/**
* @todo Document.
* An entry in an infinispan CacheStore
*/
public CacheStoreEntry(final CacheStore store,
final String cacheName,
Expand Down

0 comments on commit 0b260a9

Please sign in to comment.