Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit 4129575

Browse files
committed
Remove @inline
1 parent 7c6bc3b commit 4129575

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/scala/com/ckkloverdos/props/PropsBase.scala

-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ trait PropsBase[K, V, P <: PropsBase[K, V, P]] {
4141

4242
/**
4343
* Get a value or throw an exception if it does not exist.
44-
*
4544
*/
46-
@inline
4745
@throws(classOf[NoSuchElementException])
4846
def getEx(key: K): V = this(key)
4947

0 commit comments

Comments
 (0)