Skip to content

Commit 3f4efcb

Browse files
author
jantje
committed
Added some comments
1 parent 950f2aa commit 3f4efcb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

io.sloeber.core/src/io/sloeber/core/managers/Library.java

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
import io.sloeber.core.common.ConfigurationPreferences;
2222
import io.sloeber.core.tools.FileModifiers;
2323

24+
/**
25+
* This class represents an entry ina a library json file
26+
*
27+
* @author jan
28+
*
29+
*/
2430
public class Library implements Comparable<Library> {
2531

2632
private String name;

0 commit comments

Comments
 (0)