|
Change Return Type List<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public getUrls() : Stream<MailRepositoryUrl> in class org.apache.james.utils.InMemoryMailRepositoryStore |
From |
To |
|
Change Return Type Set<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public list() : Stream<MailRepositoryUrl> in class org.apache.james.mailrepository.cassandra.CassandraMailRepositoryUrlStore |
From |
To |
|
Change Return Type Set<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public list() : Stream<MailRepositoryUrl> in class org.apache.james.mailrepository.api.MailRepositoryUrlStore |
From |
To |
|
Change Return Type List<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public getUrls() : Stream<MailRepositoryUrl> in class org.apache.james.container.spring.bean.factory.mailrepositorystore.MailRepositoryStoreBeanFactory |
From |
To |
|
Change Return Type List<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public getUrls() : Stream<MailRepositoryUrl> in class org.apache.james.mailrepository.api.MailRepositoryStore |
From |
To |
|
Change Return Type Set<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public list() : Stream<MailRepositoryUrl> in class org.apache.james.mailrepository.jpa.JPAMailRepositoryUrlStore |
From |
To |
|
Change Return Type Set<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public list() : Stream<MailRepositoryUrl> in class org.apache.james.mailrepository.memory.MemoryMailRepositoryUrlStore |
From |
To |
|
Change Return Type List<MailRepositoryUrl> to Stream<MailRepositoryUrl> in method public getUrls() : Stream<MailRepositoryUrl> in class org.apache.james.mailrepository.mock.MockMailRepositoryStore |
From |
To |