Skip to content

Commit

Permalink
Marked code in "nutshell" section as Java (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear authored Jun 8, 2020
1 parent 795ba65 commit 1f44b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Base objects and ground rules for the Exasol database.

### In a Nutshell

```
```java
final Identifier id = ExasolIdentifier.of("THE_SCHEMA"); // validates on construction
System.out.println("Schema name: " + id + ", quoted: " + id.quote());
```
Expand Down Expand Up @@ -60,4 +60,4 @@ Running the Virtual Schema requires a Java Runtime version 11 or later.
| [Maven Failsafe Plugin](https://maven.apache.org/surefire/maven-surefire-plugin/) | Integration testing | Apache License 2.0 |
| [Maven Jacoco Plugin](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | Code coverage metering | Eclipse Public License 2.0 |
| [Maven Source Plugin](https://maven.apache.org/plugins/maven-source-plugin/) | Creating a source code JAR | Apache License 2.0 |
| [Maven Surefire Plugin](https://maven.apache.org/surefire/maven-surefire-plugin/) | Unit testing | Apache License 2.0 |
| [Maven Surefire Plugin](https://maven.apache.org/surefire/maven-surefire-plugin/) | Unit testing | Apache License 2.0 |

0 comments on commit 1f44b34

Please sign in to comment.