mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - javadoc for ServerConfig getServiceObject
This commit is contained in:
@@ -633,12 +633,11 @@ public class ServerConfig {
|
||||
*
|
||||
* }</pre>
|
||||
*
|
||||
* @param cls The
|
||||
* @param <P>
|
||||
* @return
|
||||
* @param cls The type of the service object to obtain
|
||||
* @return The service object given the class type
|
||||
*/
|
||||
public <P> P getServiceObject(Class<P> cls) {
|
||||
return (P)serviceObject.get(serviceObjectKey(cls));
|
||||
return (P) serviceObject.get(serviceObjectKey(cls));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user