Skip to content

Commit 593709a

Browse files
committed
chore: Move introductory text for Javadoc examples into the <pre> block.
b/413078744
1 parent 76cbf2b commit 593709a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreEmulator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
/**
3636
* An extension to {@link Datastore} that provides lifecycle management for a datastore emulator.
3737
*
38-
* <p>In order to use the emulator for a JUnit 4 test you might do something like this:
39-
*
4038
* <pre>
39+
* // In order to use the emulator for a JUnit 4 test you might do something like this:
4140
* public class MyTest {
4241
*
4342
* static DatastoreEmulator datastore;

java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreOptions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
/**
2727
* An immutable object containing settings for the datastore.
2828
*
29-
* <p>Example for connecting to a datastore:
30-
*
3129
* <pre>
30+
* // Example for connecting to a datastore:
3231
* DatastoreOptions options = new DatastoreOptions.Builder()
3332
* .projectId("my-project-id")
3433
* .credential(DatastoreHelper.getComputeEngineCredential())

0 commit comments

Comments
 (0)