Skip to content

Commit 84a847e

Browse files
Fix stale comment
1 parent 06e337a commit 84a847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/build/src/main/scala/scala/build/Sources.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object Sources {
8989
// replace statements like
9090
// import $ivy.`foo`,
9191
// by
92-
// import $ivy.$ ,
92+
// import $ivy.A ,
9393
// Ideally, we should just wipe those statements, and take care of keeping 'import' and ','
9494
// for standard imports.
9595
val buf = content.toCharArray

0 commit comments

Comments
 (0)