Skip to content

Commit 4c6a556

Browse files
authored
Removed referenced to Java 2
With Java 9 being release, this was just a little out of date. ;-)
1 parent 94c6d8a commit 4c6a556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ In practice, the development of domain-specific applications often requires doma
4343

4444
A joint use of both features facilitates the definition of new statements without using meta-programming facilities such as macros.
4545

46-
Scala is designed to interoperate well with the popular Java 2 Runtime Environment (JRE). In particular, the interaction with the mainstream object-oriented Java programming language is as smooth as possible. Newer Java features like [annotations](annotations.html) and Java generics have direct analogues in Scala. Those Scala features without Java analogues, such as [default](default-parameter-values.html) and [named parameters](named-arguments.html), compile as close to Java as they can reasonably come. Scala has the same compilation model (separate compilation, dynamic class loading) like Java and allows access to thousands of existing high-quality libraries.
46+
Scala is designed to interoperate well with the popular Java Runtime Environment (JRE). In particular, the interaction with the mainstream object-oriented Java programming language is as smooth as possible. Newer Java features like [annotations](annotations.html) and Java generics have direct analogues in Scala. Those Scala features without Java analogues, such as [default](default-parameter-values.html) and [named parameters](named-arguments.html), compile as close to Java as they can reasonably come. Scala has the same compilation model (separate compilation, dynamic class loading) like Java and allows access to thousands of existing high-quality libraries.
4747

4848
Please continue to the next page to read more.

0 commit comments

Comments
 (0)