Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static String getLibraryVersion(Class<?> libraryClass) {
* Returns the version of the library that the {@code libraryClass} belongs to, or a property
* value in dependencies.properties resource file instead, if the version was not found. The
* method is doing I/O operations and is potentially inefficient, the values returned by this
* method are expected to be cached.
* method are expected to be cachedd.
*/
public static String getLibraryVersion(Class<?> libraryClass, String propertyName) {
String version = null;
Expand Down
Loading