Skip to content

Commit 03ce075

Browse files
committed
Merge pull request #579 from team294/no-shaded
LogTextAreaTest.java: Don't use autovalue.shaded.
2 parents 6b22542 + 5856275 commit 03ce075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/test/java/edu/wpi/grip/ui/components/LogTextAreaTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package edu.wpi.grip.ui.components;
22

33

4-
import autovalue.shaded.org.apache.commons.lang.StringUtils;
54
import javafx.scene.Scene;
65
import javafx.stage.Stage;
6+
import org.apache.commons.lang3.StringUtils;
77
import org.junit.Test;
88
import org.testfx.framework.junit.ApplicationTest;
99

0 commit comments

Comments
 (0)