Returns the reference to the currently loaded sources. @return The reference to the currently loaded sources.
()
| 43 | * @return The reference to the currently loaded sources. |
| 44 | */ |
| 45 | public DefaultReferenceFacade<SourceSelectionFacade> getCurrentSourceSelectionRef() |
| 46 | { |
| 47 | return currentSourceSelection; |
| 48 | } |
| 49 | |
| 50 | } |
no outgoing calls
no test coverage detected