Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ public enum InMemoryPersistenceType {
public static final int DATA_LEVELDB_CACHESIZE_MAXFILES_OFFSET = 10;

/**
* Used for upgrade and backwards compatability.
* Used for upgrade and backwards compatibility.
*/
public static final String DEVELOPER_ACCOUNT = "developer";

Expand Down
2 changes: 1 addition & 1 deletion cdap-common/src/main/resources/cdap-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3351,7 +3351,7 @@
<name>provisioner.cconf.reload.interval.ms</name>
<value>10000</value>
<description>
Minimum interval in milliseconds to reload configration in provisioner
Minimum interval in milliseconds to reload configuration in provisioner
operations.
</description>
</property>
Expand Down
2 changes: 1 addition & 1 deletion cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class Parent<T> {
/**
* Test child.
*
* @param <T> Paramter.
* @param <T> Parameter.
*/
public class Child<T> extends Parent<Map<String, T>> {
private int height;
Expand Down