summaryrefslogtreecommitdiff
path: root/test/disabled
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-05-04 20:37:38 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-05-04 20:37:38 +0200
commitf635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1 (patch)
treed4f5f115c71b5d3792a30591714afd6e3177ec82 /test/disabled
parent05672fe9cb37aff0c80c21d4524772d4251be9c6 (diff)
parent95fe641e4598c1170f6c3d19874330d035656281 (diff)
downloadscala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.tar.gz
scala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.tar.bz2
scala-f635ba91d641d900ffd56ae0f4bbfb8e88bfe2d1.zip
Merge pull request #4475 from smarter/fix/old-spec-links
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
+}