Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
move xml report parser/sensor to separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
raatiniemi committed Sep 5, 2018
1 parent 0c3e0e0 commit 61eb6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/me/raatiniemi/sonar/lizard/LizardSensor.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
package me.raatiniemi.sonar.lizard;

import me.raatiniemi.sonar.core.XmlReportSensor;
import me.raatiniemi.sonar.core.xml.XmlReportSensor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sonar.api.Properties;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
package me.raatiniemi.sonar.lizard;

import me.raatiniemi.sonar.core.XmlReportParser;
import me.raatiniemi.sonar.core.xml.XmlReportParser;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.NodeList;
Expand Down

0 comments on commit 61eb6d5

Please sign in to comment.