Method
getAdapter
Get the associated adapter. @return the associated adapter
()
Source from the content-addressed store, hash-verified
| 167 | * @return the associated adapter |
| 168 | */ |
| 169 | public Adapter getAdapter() { |
| 170 | return adapter; |
| 171 | } |
| 172 | |
| 173 | |
| 174 | /** |
Tested by
no test coverage detected