Skip to content

Commit 388c240

Browse files
committed
Reorder one import.
1 parent a4729c1 commit 388c240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/sf/carte/doc/style/css/awt/AWTStyleDatabase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import org.w3c.dom.DOMException;
2424
import org.w3c.dom.css.CSSPrimitiveValue;
2525

26-
import io.sf.carte.doc.style.css.AbstractStyleDatabase;
2726
import io.sf.carte.doc.style.css.ExtendedCSSFontFaceRule;
27+
import io.sf.carte.doc.style.css.om.AbstractStyleDatabase;
2828

2929
/**
3030
* CSS style database for use with AWT objects.

0 commit comments

Comments
 (0)