Skip to content

Commit

Permalink
#9 rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 4, 2021
1 parent c2b1bfd commit b6180f6
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/org/polystat/far/Reverses.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public Collection<String> errors(final String locator) throws IOException {
Reverses.xsl("remove-conflicts.xsl"),
(before, after) -> !before.toString().equals(after.toString())
)
.with(Reverses.xsl("opts-to-boolean-expressions.xsl"))
.with(Reverses.xsl("opts-to-expressions.xsl"))
.with(Reverses.xsl("expressions-to-inputs.xsl"))
.with(Reverses.xsl("remove-input-perps.xsl"))
.pass();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" id="opts-to-boolean-expressions" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" id="opts-to-expressions" version="2.0">
<!--
This XSL will fold all <opts> elements into more compact
textual boolean expressions. For example, this XML:
Expand Down

0 comments on commit b6180f6

Please sign in to comment.