Skip to content

Commit b7841a8

Browse files
committed
Address javadoc warnings
1 parent b57d0f7 commit b7841a8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/io/calimero/gui/Main.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
import io.calimero.GroupAddress.Presentation;
6464

6565
/**
66+
* Contains the main entry routine of this GUI.
67+
*
6668
* @author B. Malinowsky
6769
*/
6870
public class Main

src/io/calimero/gui/SwtChecker.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ public class SwtChecker
7070

7171
private final Logger logger;
7272

73+
/**
74+
* The main entry routine checking for the correct SWT library on the classpath.
75+
*
76+
* @param args none
77+
*/
7378
public static void main(final String[] args)
7479
{
7580
if (isSwtOnClasspath())

0 commit comments

Comments
 (0)