implemented storing of bookmarks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
package de.srsoftware.umbrella.bookmarks;
|
||||
|
||||
public interface BookmarkDb {
|
||||
String save(String url, String comment, long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user