Renamed some variables to match new class names.

This commit is contained in:
akwizgran
2014-01-08 16:37:36 +00:00
parent 832476412c
commit bacd8ec0c0
2 changed files with 7 additions and 7 deletions

View File

@@ -43,10 +43,10 @@ public interface DatabaseComponent {
void close() throws DbException, IOException;
/** Adds a listener to be notified when database events occur. */
void addListener(EventListener d);
void addListener(EventListener l);
/** Removes a listener. */
void removeListener(EventListener d);
void removeListener(EventListener l);
/**
* Stores a contact associated with the given local and remote pseudonyms,