Add missing newline at end of files

Change-Id: Id7d6ed3ddd68b50c528889ac09d114cbdaef45aa
This commit is contained in:
David Pursehouse
2016-05-03 23:17:02 +09:00
parent ccdeae8e64
commit 45aa8ca215
38 changed files with 38 additions and 38 deletions

View File

@@ -86,4 +86,4 @@ public class AbandonRestoreIT extends AbstractDaemonTest {
} }
assertThat(actual).containsExactlyElementsIn(expected); assertThat(actual).containsExactlyElementsIn(expected);
} }
} }

View File

@@ -79,4 +79,4 @@ public class H2CacheTest {
})); }));
assertFalse("did not invoke Callable", called.get()); assertFalse("did not invoke Callable", called.get());
} }
} }

View File

@@ -41,4 +41,4 @@ public class ProjectInput {
public String value; public String value;
public List<String> values; public List<String> values;
} }
} }

View File

@@ -18,4 +18,4 @@ public enum InheritableBoolean {
TRUE, TRUE,
FALSE, FALSE,
INHERIT INHERIT
} }

View File

@@ -19,4 +19,4 @@ public enum KeyMapType {
EMACS, EMACS,
SUBLIME, SUBLIME,
VIM VIM
} }

View File

@@ -18,4 +18,4 @@ public enum ProjectState {
ACTIVE, ACTIVE,
READ_ONLY, READ_ONLY,
HIDDEN HIDDEN
} }

View File

@@ -20,4 +20,4 @@ public enum SubmitType {
REBASE_IF_NECESSARY, REBASE_IF_NECESSARY,
MERGE_ALWAYS, MERGE_ALWAYS,
CHERRY_PICK CHERRY_PICK
} }

View File

@@ -118,4 +118,4 @@ public enum Theme {
return false; return false;
} }
} }
} }

View File

@@ -119,4 +119,4 @@ abstract class ChunkManager {
} }
abstract int getCmLine(int line, DisplaySide side); abstract int getCmLine(int line, DisplaySide side);
} }

View File

@@ -52,4 +52,4 @@ public class CommentRange extends JavaScriptObject {
protected CommentRange() { protected CommentRange() {
} }
} }

View File

@@ -50,4 +50,4 @@ class DiffChunkInfo implements Comparable<DiffChunkInfo> {
return comp == 0 ? 1 : comp; return comp == 0 ? 1 : comp;
} }
} }
} }

View File

@@ -26,4 +26,4 @@ class NoOpKeyCommand extends KeyCommand {
@Override @Override
public void onKeyPress(KeyPressEvent event) { public void onKeyPress(KeyPressEvent event) {
} }
} }

View File

@@ -271,4 +271,4 @@ class SideBySideChunkManager extends ChunkManager {
int getCmLine(int line, DisplaySide side) { int getCmLine(int line, DisplaySide side) {
return line; return line;
} }
} }

View File

@@ -27,4 +27,4 @@ public class RefInfo extends JavaScriptObject {
protected RefInfo() { protected RefInfo() {
} }
} }

View File

@@ -29,4 +29,4 @@ class PostgreSQLInitializer implements DatabaseConfigInitializer {
databaseSection.string("Database username", "username", username()); databaseSection.string("Database username", "username", username());
databaseSection.password("username", "password"); databaseSection.password("username", "password");
} }
} }

View File

@@ -96,4 +96,4 @@ public class CommentRange {
return "Range[startLine=" + startLine + ", startCharacter=" + startCharacter return "Range[startLine=" + startLine + ", startCharacter=" + startCharacter
+ ", endLine=" + endLine + ", endCharacter=" + endCharacter + "]"; + ", endLine=" + endLine + ", endCharacter=" + endCharacter + "]";
} }
} }

View File

@@ -93,4 +93,4 @@ public class StoredValue<T> {
protected T createValue(Prolog engine) { protected T createValue(Prolog engine) {
return null; return null;
} }
} }

View File

@@ -74,4 +74,4 @@ public class GetEditPreferences implements RestReadView<AccountResource> {
new EditPreferencesInfo(), EditPreferencesInfo.defaults(), in); new EditPreferencesInfo(), EditPreferencesInfo.defaults(), in);
} }
} }
} }

View File

@@ -59,4 +59,4 @@ public class ForwardingRemovalListener<K, V> implements RemovalListener<K, V> {
l.onRemoval(pluginName, cacheName, notification); l.onRemoval(pluginName, cacheName, notification);
} }
} }
} }

View File

@@ -73,4 +73,4 @@ public class SuggestChangeReviewers extends SuggestReviewers
}; };
} }
} }
} }

View File

@@ -28,4 +28,4 @@ public class HashtagsChangedEvent extends ChangeEvent {
public HashtagsChangedEvent (Change change) { public HashtagsChangedEvent (Change change) {
super(TYPE, change); super(TYPE, change);
} }
} }

View File

@@ -22,4 +22,4 @@ public interface ProjectRunnable extends Runnable {
String getRemoteName(); String getRemoteName();
boolean hasCustomizedPrint(); boolean hasCustomizedPrint();
} }

View File

@@ -97,4 +97,4 @@ public class RefOperationValidators {
return input.isError(); return input.isError();
} }
} }
} }

View File

@@ -27,4 +27,4 @@ public class UploadValidationException extends ServiceMayNotContinueException {
public UploadValidationException(String message) { public UploadValidationException(String message) {
super(message); super(message);
} }
} }

View File

@@ -77,4 +77,4 @@ public class GroupInfoCache {
assert this != EMPTY; assert this != EMPTY;
groups.putAll(other.groups); groups.putAll(other.groups);
} }
} }

View File

@@ -59,4 +59,4 @@ public class GroupInfoCacheFactory {
want(uuid); want(uuid);
return out.get(uuid); return out.get(uuid);
} }
} }

View File

@@ -52,4 +52,4 @@ class HANA extends BaseDataSourceType {
// HANA uses column tables and should not require additional indices // HANA uses column tables and should not require additional indices
return ScriptRunner.NOOP; return ScriptRunner.NOOP;
} }
} }

View File

@@ -34,4 +34,4 @@ class JDBC extends BaseDataSourceType {
public String getUrl() { public String getUrl() {
return ConfigUtil.getRequired(cfg, "database", "url"); return ConfigUtil.getRequired(cfg, "database", "url");
} }
} }

View File

@@ -49,4 +49,4 @@ class MaxDb extends BaseDataSourceType {
public ScriptRunner getIndexScript() throws IOException { public ScriptRunner getIndexScript() throws IOException {
return getScriptRunner("index_maxdb.sql"); return getScriptRunner("index_maxdb.sql");
} }
} }

View File

@@ -53,4 +53,4 @@ class MySql extends BaseDataSourceType {
// a new MySQL connection is usually very fast. // a new MySQL connection is usually very fast.
return false; return false;
} }
} }

View File

@@ -51,4 +51,4 @@ class PostgreSQL extends BaseDataSourceType {
public ScriptRunner getIndexScript() throws IOException { public ScriptRunner getIndexScript() throws IOException {
return getScriptRunner("index_postgres.sql"); return getScriptRunner("index_postgres.sql");
} }
} }

View File

@@ -75,4 +75,4 @@ abstract class AbstractCommitUserIdentityPredicate extends Predicate.P3 {
} }
return cont; return cont;
} }
} }

View File

@@ -34,4 +34,4 @@ public class PRED_commit_author_3 extends AbstractCommitUserIdentityPredicate {
UserIdentity author = psInfo.getAuthor(); UserIdentity author = psInfo.getAuthor();
return exec(engine, author); return exec(engine, author);
} }
} }

View File

@@ -34,4 +34,4 @@ public class PRED_commit_committer_3 extends AbstractCommitUserIdentityPredicate
UserIdentity committer = psInfo.getCommitter(); UserIdentity committer = psInfo.getCommitter();
return exec(engine, committer); return exec(engine, committer);
} }
} }

View File

@@ -175,4 +175,4 @@ public class PRED_commit_delta_4 extends Predicate.P4 {
} }
throw new IllegalArgumentException("ChangeType not recognized"); throw new IllegalArgumentException("ChangeType not recognized");
} }
} }

View File

@@ -50,4 +50,4 @@ public class PRED_commit_message_1 extends Predicate.P1 {
} }
return cont; return cont;
} }
} }

View File

@@ -175,4 +175,4 @@ public abstract class FilesystemLoggingMockingTestCase extends LoggingMockingTes
cleanupCreatedFiles(); cleanupCreatedFiles();
super.tearDown(); super.tearDown();
} }
} }

View File

@@ -27,4 +27,4 @@ public class InMemoryH2Type extends BaseDataSourceType {
// not used // not used
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
} }