Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimized imports and typo fix #606

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
Loading