Returns a string representation of this library. @return the name of the library
()
| 134 | * @return the name of the library |
| 135 | */ |
| 136 | @Override |
| 137 | public String toString() { |
| 138 | return getName(); |
| 139 | } |
| 140 | |
| 141 | |
| 142 | //_____________________ protected and private methods _________________________ |
no test coverage detected