Skip to content

Commit

Permalink
Merge pull request #881 from eed3si9n/wip/doc
Browse files Browse the repository at this point in the history
Fix Scaladoc comment
  • Loading branch information
eed3si9n authored Aug 14, 2020
2 parents cfd8bd6 + 14e641c commit 07d5b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sbt -Dfile.encoding=UTF-8 \
scalafmtSbtCheck \
whitesourceCheckPolicies \
Test/compile \
doc \
crossTestBridges \
test \
scripted
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ object JarUtils {
}

/**
* Merges contents of two jars. See [[sbt.internal.inc.IndexBasedZipOps#mergeArchives]] for details.
* Merges contents of two jars. See sbt.internal.inc.IndexBasedZipOps#mergeArchives for details.
*/
def mergeJars(into: File, from: File): Unit = {
IndexBasedZipFsOps.mergeArchives(into, from)
Expand Down

0 comments on commit 07d5b57

Please sign in to comment.