In play フレームワーク ルートでコンパイル エラーが発生する
ここでエラー
GET /allFriends controllers.Application.listAllFriends(userId:Long?=)
テンプレート
@(myFriends: List[MyFriend])
@import helper._
@import helper.twitterBootstrap._
@for(myFriend <- myFriends){
@myFriend.friend_Id <br>
}
エラー
string matching regex `[^),?=\n]' expected but `)' found