Skip to content

Commit 40aacd3

Browse files
tomeqtomeq
authored andcommitted
Core with Web
1 parent f9ed4df commit 40aacd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/Polodz/View/MainWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void actionPerformed(ActionEvent e) {
176176
Thread t1 = new Thread(new Runnable() {
177177
public void run()
178178
{
179-
setCentralText(mainController.getAuditRaport());// code goes here.
179+
setCentralText(mainController.getAuditRaport());
180180
}});
181181
t1.start();
182182
}

0 commit comments

Comments
 (0)