Add missing newline at end of files
Change-Id: Id7d6ed3ddd68b50c528889ac09d114cbdaef45aa
This commit is contained in:
@@ -86,4 +86,4 @@ public class AbandonRestoreIT extends AbstractDaemonTest {
|
||||
}
|
||||
assertThat(actual).containsExactlyElementsIn(expected);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,4 +79,4 @@ public class H2CacheTest {
|
||||
}));
|
||||
assertFalse("did not invoke Callable", called.get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@ public class ProjectInput {
|
||||
public String value;
|
||||
public List<String> values;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ public enum InheritableBoolean {
|
||||
TRUE,
|
||||
FALSE,
|
||||
INHERIT
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@ public enum KeyMapType {
|
||||
EMACS,
|
||||
SUBLIME,
|
||||
VIM
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ public enum ProjectState {
|
||||
ACTIVE,
|
||||
READ_ONLY,
|
||||
HIDDEN
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ public enum SubmitType {
|
||||
REBASE_IF_NECESSARY,
|
||||
MERGE_ALWAYS,
|
||||
CHERRY_PICK
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,4 +118,4 @@ public enum Theme {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -119,4 +119,4 @@ abstract class ChunkManager {
|
||||
}
|
||||
|
||||
abstract int getCmLine(int line, DisplaySide side);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,4 +52,4 @@ public class CommentRange extends JavaScriptObject {
|
||||
|
||||
protected CommentRange() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,4 +50,4 @@ class DiffChunkInfo implements Comparable<DiffChunkInfo> {
|
||||
return comp == 0 ? 1 : comp;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ class NoOpKeyCommand extends KeyCommand {
|
||||
@Override
|
||||
public void onKeyPress(KeyPressEvent event) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -271,4 +271,4 @@ class SideBySideChunkManager extends ChunkManager {
|
||||
int getCmLine(int line, DisplaySide side) {
|
||||
return line;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ public class RefInfo extends JavaScriptObject {
|
||||
|
||||
protected RefInfo() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ class PostgreSQLInitializer implements DatabaseConfigInitializer {
|
||||
databaseSection.string("Database username", "username", username());
|
||||
databaseSection.password("username", "password");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,4 +96,4 @@ public class CommentRange {
|
||||
return "Range[startLine=" + startLine + ", startCharacter=" + startCharacter
|
||||
+ ", endLine=" + endLine + ", endCharacter=" + endCharacter + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,4 +93,4 @@ public class StoredValue<T> {
|
||||
protected T createValue(Prolog engine) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,4 +74,4 @@ public class GetEditPreferences implements RestReadView<AccountResource> {
|
||||
new EditPreferencesInfo(), EditPreferencesInfo.defaults(), in);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,4 +59,4 @@ public class ForwardingRemovalListener<K, V> implements RemovalListener<K, V> {
|
||||
l.onRemoval(pluginName, cacheName, notification);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ public class SuggestChangeReviewers extends SuggestReviewers
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ public class HashtagsChangedEvent extends ChangeEvent {
|
||||
public HashtagsChangedEvent (Change change) {
|
||||
super(TYPE, change);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,4 +22,4 @@ public interface ProjectRunnable extends Runnable {
|
||||
String getRemoteName();
|
||||
|
||||
boolean hasCustomizedPrint();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,4 +97,4 @@ public class RefOperationValidators {
|
||||
return input.isError();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ public class UploadValidationException extends ServiceMayNotContinueException {
|
||||
public UploadValidationException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,4 +77,4 @@ public class GroupInfoCache {
|
||||
assert this != EMPTY;
|
||||
groups.putAll(other.groups);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,4 +59,4 @@ public class GroupInfoCacheFactory {
|
||||
want(uuid);
|
||||
return out.get(uuid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,4 +52,4 @@ class HANA extends BaseDataSourceType {
|
||||
// HANA uses column tables and should not require additional indices
|
||||
return ScriptRunner.NOOP;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ class JDBC extends BaseDataSourceType {
|
||||
public String getUrl() {
|
||||
return ConfigUtil.getRequired(cfg, "database", "url");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,4 +49,4 @@ class MaxDb extends BaseDataSourceType {
|
||||
public ScriptRunner getIndexScript() throws IOException {
|
||||
return getScriptRunner("index_maxdb.sql");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,4 +53,4 @@ class MySql extends BaseDataSourceType {
|
||||
// a new MySQL connection is usually very fast.
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,4 +51,4 @@ class PostgreSQL extends BaseDataSourceType {
|
||||
public ScriptRunner getIndexScript() throws IOException {
|
||||
return getScriptRunner("index_postgres.sql");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,4 +75,4 @@ abstract class AbstractCommitUserIdentityPredicate extends Predicate.P3 {
|
||||
}
|
||||
return cont;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ public class PRED_commit_author_3 extends AbstractCommitUserIdentityPredicate {
|
||||
UserIdentity author = psInfo.getAuthor();
|
||||
return exec(engine, author);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ public class PRED_commit_committer_3 extends AbstractCommitUserIdentityPredicate
|
||||
UserIdentity committer = psInfo.getCommitter();
|
||||
return exec(engine, committer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,4 +175,4 @@ public class PRED_commit_delta_4 extends Predicate.P4 {
|
||||
}
|
||||
throw new IllegalArgumentException("ChangeType not recognized");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,4 +50,4 @@ public class PRED_commit_message_1 extends Predicate.P1 {
|
||||
}
|
||||
return cont;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -175,4 +175,4 @@ public abstract class FilesystemLoggingMockingTestCase extends LoggingMockingTes
|
||||
cleanupCreatedFiles();
|
||||
super.tearDown();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ public class InMemoryH2Type extends BaseDataSourceType {
|
||||
// not used
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user