Skip to content

Commit

Permalink
Improve key names to inputs and outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Weiser committed Apr 25, 2017
1 parent 9b0c5fb commit 6f709b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public class CxxOtherSensor extends CxxReportSensor {
public static final String KEY = "other";
public static final String OTHER_XSLT_KEY = KEY + ".xslt.";
public static final String STYLESHEET_KEY = ".stylesheet";
public static final String SOURCE_KEY = ".source";
public static final String OUTPUT_KEY = ".output";
public static final String SOURCE_KEY = ".inputs";
public static final String OUTPUT_KEY = ".outputs";
private CxxLanguage cxxLanguage;

/**
Expand Down

0 comments on commit 6f709b0

Please sign in to comment.