Project

General

Profile

« Previous | Next » 

Revision 61380

restored RepositorySnippet field names

View differences:

RepositoryService.java
35 35
                                           String page,
36 36
                                           String size) throws JSONException, IOException;
37 37

  
38
    List<RepositorySnippet> getRepositoriesSnippetOfUser(String page, String size) throws Exception;
38
    List<RepositorySnippet> getRepositoriesSnippetsOfUser(String page, String size) throws Exception;
39 39

  
40
    List<RepositorySnippet> getRepositoriesSnippetOfUser(String userEmail, String page, String size) throws Exception;
40
    List<RepositorySnippet> getRepositoriesSnippetsOfUser(String userEmail, String page, String size) throws Exception;
41 41

  
42 42
    RepositorySnippet getRepositorySnippetById(String id) throws JSONException, ResourceNotFoundException;
43 43

  

Also available in: Unified diff