Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Apr 28, 2018
1 parent 22905de commit fb68198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.io.File.pathSeparator

final case class Classpath(entries: List[AbsolutePath]) {

@deprecated("Use .entries instead", "v4.0.0")
@deprecated("Use .entries instead", "4.0.0")
def shallow: List[AbsolutePath] = entries

def syntax: String = entries.mkString(pathSeparator)
Expand Down

0 comments on commit fb68198

Please sign in to comment.