瀏覽代碼

ABOUT.md: remove confusing sentence

Frida Tveit 9 年之前
父節點
當前提交
a151872138
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      docs/ABOUT.md

+ 0
- 1
docs/ABOUT.md 查看文件

4
  2. [Class-Based](https://en.wikipedia.org/wiki/Class-based_programming)
4
  2. [Class-Based](https://en.wikipedia.org/wiki/Class-based_programming)
5
  3. [Object-Oriented](https://en.wikipedia.org/wiki/Object-oriented_programming)
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
 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.
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
 The primary goals kept in mind during the making of the language were:
9
 The primary goals kept in mind during the making of the language were: