Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions newswires/app/conf/Categories.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ package conf
private[conf] object CategoryCodes {
object World {
val REUTERS: List[String] = List("REUTERS:WORLD")
val AFP: List[String] = List("afpCat:SPO")
val AP: List[String] = List("apCat:i", "apCat:a", "apCat:w")
val PA: List[String] = List(
"paCat:OOO" // 'Foreign news' (PA is UK-based)
)
val AAP: List[String] = Categories.sportsRelatedNewsCodes
}

object US {
Expand Down
Loading