Created
July 28, 2010 02:40
-
-
Save abuiles/493205 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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