Skip to content

Commit

Permalink
optimized imports and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Mar 4, 2024
1 parent d344431 commit ef3c0b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.lightbend.paradox.markdown

import com.lightbend.paradox.tree.Tree.{Forest, Location}
import com.lightbend.paradox.tree.Tree.Location
import java.io.{File, FileNotFoundException}
import java.util.Optional

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import java.util.{Map => JMap}
import org.stringtemplate.v4.misc.STMessage
import org.stringtemplate.v4.{NoIndentWriter, ST, STErrorListener, STRawGroupDir}

import collection.concurrent.TrieMap

/**
* Page template writer.
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ window.groupChanged(function(group, supergroup, catalog) {
## Linking

The current group is typically determined by the order in which is was defined, or the previously-selected
group as stored in a cookie. It is also possible to specify the desired group as a query paramter,
group as stored in a cookie. It is also possible to specify the desired group as a query parameter,
so you can link to [this page with Java selected](?language=java) or [this page with Scala selected](?language=scala).

0 comments on commit ef3c0b7

Please sign in to comment.