mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-02 20:09:31 +01:00
Merge pull request #792 from kazuki43zoo/SPR-12992
Remove unnecessary RemoteAccountService example from reference manual
This commit is contained in:
@@ -81,18 +81,6 @@ model and corresponding services:
|
|||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
[source,java,indent=0]
|
|
||||||
[subs="verbatim,quotes"]
|
|
||||||
----
|
|
||||||
public interface RemoteAccountService extends Remote {
|
|
||||||
|
|
||||||
public void insertAccount(Account account) throws RemoteException;
|
|
||||||
|
|
||||||
public List<Account> getAccounts(String name) throws RemoteException;
|
|
||||||
|
|
||||||
}
|
|
||||||
----
|
|
||||||
|
|
||||||
[source,java,indent=0]
|
[source,java,indent=0]
|
||||||
[subs="verbatim,quotes"]
|
[subs="verbatim,quotes"]
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user