Skip to content

Commit 67d7bee

Browse files
committed
use full author names
1 parent bf091dc commit 67d7bee

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

src/org/opensolaris/opengrok/analysis/Scopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
*
35-
* @author kotal
35+
* @author Tomas Kotal
3636
*/
3737
public class Scopes implements Serializable {
3838

test/org/opensolaris/opengrok/analysis/ScopesTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
/**
3131
*
32-
* @author kotal
32+
* @author Tomas Kotal
3333
*/
3434
public class ScopesTest {
35-
35+
3636
/**
3737
* Test of getScope method, of class Scopes.
3838
*/
@@ -47,7 +47,7 @@ public void testGetScope() {
4747
instance.addScope(new Scope(60, 70, "scope4", "ns"));
4848
instance.addScope(new Scope(80, 90, "scope5", "ns"));
4949
instance.addScope(new Scope(91, 100, "scope6", "ns"));
50-
50+
5151
assertEquals(instance.size(), 6);
5252
assertEquals(instance.getScope(1), globalScope);
5353
assertEquals(instance.getScope(10).getName(), "scope1");
@@ -63,5 +63,4 @@ public void testGetScope() {
6363
assertEquals(instance.getScope(101), globalScope);
6464
assertEquals(instance.getScope(500), globalScope);
6565
}
66-
6766
}

test/org/opensolaris/opengrok/analysis/c/CAnalyzerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
/**
5353
*
54-
* @author kotal
54+
* @author Tomas Kotal
5555
*/
5656
public class CAnalyzerFactoryTest {
5757

test/org/opensolaris/opengrok/analysis/c/CxxAnalyzerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
/**
5353
*
54-
* @author kotal
54+
* @author Tomas Kotal
5555
*/
5656
public class CxxAnalyzerFactoryTest {
5757

test/org/opensolaris/opengrok/analysis/csharp/CSharpAnalyzerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
/**
4848
*
49-
* @author kotal
49+
* @author Tomas Kotal
5050
*/
5151
public class CSharpAnalyzerFactoryTest {
5252

test/org/opensolaris/opengrok/analysis/java/JavaAnalyzerFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
/**
5353
*
54-
* @author kotal
54+
* @author Tomas Kotal
5555
*/
5656
public class JavaAnalyzerFactoryTest {
5757

test/org/opensolaris/opengrok/configuration/messages/RefreshMessageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/**
3333
*
34-
* @author kotal
34+
* @author Vladimir Kotal
3535
*/
3636
public class RefreshMessageTest {
3737
RuntimeEnvironment env;

0 commit comments

Comments
 (0)