Skip to content

Commit

Permalink
Fixed deprecation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jun 20, 2011
1 parent 2ba72ac commit ef58e9d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -210,12 +210,12 @@ with LifecycleCallbacks {
}


@deprecated("Functionality folded into *MappedForeignKey; will be removed in 2.5")
@deprecated("Functionality folded into MappedForeignKey, so just use MappedLongForeignKey. Will be removed in 2.5")
class LongMappedMapper[T<:Mapper[T], O<:KeyedMapper[Long,O]](theOwner: T, foreign: => KeyedMetaMapper[Long, O])
extends MappedLongForeignKey[T,O](theOwner, foreign) with LongMappedForeignMapper[T,O]


@deprecated("Functionality folded into *MappedForeignKey; will be removed in 2.5")
@deprecated("Functionality folded into MappedForeignKey, so just use MappedLongForeignKey. Will be removed in 2.5")
trait LongMappedForeignMapper[T<:Mapper[T],O<:KeyedMapper[Long,O]]
extends MappedLongForeignKey[T,O]

Expand Down

0 comments on commit ef58e9d

Please sign in to comment.