summaryrefslogtreecommitdiff
path: root/test/disabled
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-04-30 20:21:15 +0200
committerGuillaume Martres <smarter@ubuntu.com>2015-04-30 20:21:15 +0200
commit95fe641e4598c1170f6c3d19874330d035656281 (patch)
tree2728a714740ad440aaf96b4d9867d8bb9b55d9c6 /test/disabled
parentcac6383e6658dc5956540b76b9b46c3b664774ac (diff)
downloadscala-95fe641e4598c1170f6c3d19874330d035656281.tar.gz
scala-95fe641e4598c1170f6c3d19874330d035656281.tar.bz2
scala-95fe641e4598c1170f6c3d19874330d035656281.zip
Remove references to the old PDF version of the specification
Diffstat (limited to 'test/disabled')
-rw-r--r--test/disabled/presentation/timeofday/src/timeofday.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/disabled/presentation/timeofday/src/timeofday.scala b/test/disabled/presentation/timeofday/src/timeofday.scala
index d6355097f1..c8dc7cf820 100644
--- a/test/disabled/presentation/timeofday/src/timeofday.scala
+++ b/test/disabled/presentation/timeofday/src/timeofday.scala
@@ -2,7 +2,7 @@ object timeofday {
class DateError extends Exception
/** Simulating properties in Scala
- * (example 4.2.1 in ScalaReference.pdf)
+ * (example 4.2.1 in the Scala Language Specification)
*/
class TimeOfDayVar {
private var h, m, s: Int = 0
@@ -32,4 +32,4 @@ object timeofday {
d.hours = 8; d./*!*/minutes = 30; d.seconds = 0
d.hours/*#*/ = 25 // throws a DateError exception
}
-} \ No newline at end of file
+}