Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created July 28, 2010 02:40
Show Gist options
  • Save abuiles/493205 to your computer and use it in GitHub Desktop.
Save abuiles/493205 to your computer and use it in GitHub Desktop.
[ERROR] /home/abuiles/odesk/Siva-Odesk/cospin/src/main/scala/com/cospin/rest/CampaignREST.scala:25: error: constructor cannot be instantiated to expected type;
[INFO] found : Some[A]
[INFO] required: Boolean
[INFO] case Some(userId) => {
[INFO] ^
[ERROR] /home/abuiles/odesk/Siva-Odesk/cospin/src/main/scala/com/cospin/rest/CampaignREST.scala:28: error: not found: value userId
[INFO] val campaign = new Campaign(userId,
[INFO] ^
[ERROR] two errors found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment