Просмотр исходного кода

ABOUT.md: remove confusing sentence

Frida Tveit 9 лет назад
Родитель
Сommit
a151872138
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      docs/ABOUT.md

+ 0
- 1
docs/ABOUT.md Просмотреть файл

@@ -4,7 +4,6 @@
4 4
  2. [Class-Based](https://en.wikipedia.org/wiki/Class-based_programming)
5 5
  3. [Object-Oriented](https://en.wikipedia.org/wiki/Object-oriented_programming)
6 6
 
7
-It has been specifically designed to have as few [implementation dependencies](http://www.java-tips.org/other-api-tips-100035/60-netbeans/1025-what-is-an-implementation-dependency-and-whathowwhen-should-i-use-one.html) as possible.
8 7
 Java applications are typically compiled to [bytecode](https://en.wikipedia.org/wiki/Bytecode) that can run on any [Java virtual machine](https://en.wikipedia.org/wiki/Java_virtual_machine) (JVM) regardless of computer architecture.
9 8
 
10 9
 The primary goals kept in mind during the making of the language were: