Skip to content

Commit a1b9ac5

Browse files
author
Boris Perović
committed
Fixed author tag
1 parent a96a334 commit a1b9ac5

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

UMLExplorer/src/org/uml/explorer/ComponentChildFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
*
14-
* @author Boris
14+
* @author Boris Perović
1515
*/
1616
public class ComponentChildFactory extends ChildFactory<MemberBase> implements PropertyChangeListener {
1717

UMLFileTypes/src/org/uml/filetype/cdg/renaming/MyRelationsRenameTable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
*
12-
* @author Boris
12+
* @author Boris Perović
1313
*/
1414
public class MyRelationsRenameTable implements PropertyChangeListener {
1515

UMLModel/src/org/uml/model/ContainerBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Parts implement IHasSignature, as they need to be uniquely identified.
1414
*
1515
* @see signatureExists(String componentSignature)
16-
* @author Boris Perović Perović
16+
* @author Boris Perović
1717
* @param <T> type of contained components.
1818
*/
1919
public abstract class ContainerBase<T extends INameable & IHasSignature> implements INameable {

UMLModel/src/org/uml/model/IHasSignature.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Example: 1) ComponentBase has a unique signature within a ClassDiagram
77
* 2) MemberBase has a unique signature within a ComponentBase
88
*
9-
* @author Boris Perović Perović
9+
* @author Boris Perović
1010
*/
1111
public interface IHasSignature {
1212

UMLModel/src/org/uml/model/INameable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* <br>2) Each ComponentBase has a name, used in ContainerBase to rename if the component with the same signature exists.
77
* <br>3) Each MemberBase has a name, used in ComponentBase to rename if the member with the same signature exists.
88
*
9-
* @author Boris Perović Perović
9+
* @author Boris Perović
1010
*/
1111
public interface INameable {
1212

UMLProjectType/src/org/uml/project/UMLProjectFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
*
12-
* @author Boris
12+
* @author Boris Perović
1313
*/
1414
@ServiceProvider(service=ProjectFactory.class)
1515
public class UMLProjectFactory implements ProjectFactory {

UMLProjectType/src/org/uml/project/actions/UMLProjectActionProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
*
10-
* @author Boris
10+
* @author Boris Perović
1111
*/
1212
public class UMLProjectActionProvider implements ActionProvider {
1313

UMLProjectType/src/org/uml/project/actions/UMLProjectCopyOperation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
*
18-
* @author Boris
18+
* @author Boris Perović
1919
*/
2020
public final class UMLProjectCopyOperation implements CopyOperationImplementation {
2121

UMLProjectType/src/org/uml/project/actions/UMLProjectDeleteOperation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
*
12-
* @author Boris
12+
* @author Boris Perović
1313
*/
1414
public class UMLProjectDeleteOperation implements DeleteOperationImplementation {
1515

UMLProjectType/src/org/uml/project/actions/UMLProjectMoveOrRenameOperation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
*
18-
* @author Boris
18+
* @author Boris Perović
1919
*/
2020
public final class UMLProjectMoveOrRenameOperation implements MoveOrRenameOperationImplementation {
2121

UMLProjectType/src/org/uml/project/actions/UMLProjectOpenedHook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
*
16-
* @author Boris
16+
* @author Boris Perović
1717
*/
1818
public class UMLProjectOpenedHook extends ProjectOpenedHook {
1919

UMLReverseEngineering/src/org/uml/reveng/ReverseEngineerMultiFileAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Class that responds to Reverse Engineer command from multi Java file selection
2727
*
28-
* @author Boris Perović Perović
28+
* @author Boris Perović
2929
*/
3030
public final class ReverseEngineerMultiFileAction extends ReverseEngineerActionBase implements ActionListener {
3131

0 commit comments

Comments
 (0)