소스 검색

Tidying headers

Change-Id: Ie232547b98785ad262c8ef1969b0449162117599
Reviewed-on: http://gerrit.dmdirc.com/2305
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Chris Smith 12 년 전
부모
커밋
b4fc0f5e70
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/com/dmdirc/util/validators/Validatable.java
  2. 1
    1
      test/com/dmdirc/util/io/ConfigFileTest.java

+ 1
- 1
src/com/dmdirc/util/validators/Validatable.java 파일 보기

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/com/dmdirc/util/io/ConfigFileTest.java 파일 보기

@@ -1,4 +1,3 @@
1
-
2 1
 /*
3 2
  * Copyright (c) 2006-2012 DMDirc Developers
4 3
  *
@@ -30,6 +29,7 @@ import java.util.Map;
30 29
 
31 30
 import org.junit.Before;
32 31
 import org.junit.Test;
32
+
33 33
 import static org.junit.Assert.*;
34 34
 
35 35
 public class ConfigFileTest {

Loading…
취소
저장