mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
psi_references.md: Code snippets cleanup
This commit is contained in:
parent
89a115b308
commit
0aaf53f9e6
@ -11,7 +11,7 @@ For example, consider a simple Java method:
|
|||||||
|
|
||||||
```java
|
```java
|
||||||
public void hello(String message) {
|
public void hello(String message) {
|
||||||
System.out.println(message);
|
System.out.println(message);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ In addition to references defined by the semantics of the programming language,
|
|||||||
Consider the following example:
|
Consider the following example:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
File f = new File("foo.txt");
|
File file = new File("foo.txt");
|
||||||
```
|
```
|
||||||
|
|
||||||
Here, "foo.txt" has no special meaning from the point of view of the Java syntax - it's just a string literal.
|
Here, "foo.txt" has no special meaning from the point of view of the Java syntax - it's just a string literal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user