Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d01257

Browse files
author
Russ Remple
committed
TypeTag refs -> scala-2
1 parent dcc851f commit 8d01257

File tree

15 files changed

+8
-7
lines changed

15 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ repo/
1111
*.swp
1212
.idea*
1313
.DS_Store
14+
.bsp/

src/main/scala-2.13+/net/codingwell/scalaguice/SetProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SetProvider[T] (val source:Key[JSet[T]]) extends ProviderWithDependencies[
3939
injector.getInstance( source ).asScala.toSet[T]
4040
}
4141

42-
def getDependencies = {
42+
def getDependencies: JSet[Dependency[_]] = {
4343
ImmutableSet.of( Dependency.get( source ) )
4444
}
4545
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)