Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ca015c5

Browse files
committed
Fixed some character encoding complaints
1 parent c237ef7 commit ca015c5

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

src/java/components/diagram_uml_auxiliary_elements/trunk/src/java/main/com/topcoder/gui/diagramviewer/uml/auxiliaryelements/BoundaryChangeEvent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public class BoundaryChangeEvent extends EventObject {
6565
* Constructs a bounding change event.
6666
* </p>
6767
*
68-
* @param node - the node that¡¯s bound changed
6968
* @param oldBoundary - the old bound value
7069
* @param newBoundary - the new bound value.
7170
*
@@ -81,7 +80,6 @@ public BoundaryChangeEvent(Node node, Rectangle oldBoundary, Rectangle newBounda
8180
* Constructs a bounding change event. Assign the params to corresponding fields.
8281
* </p>
8382
*
84-
* @param node - the node that¡¯s bound changed
8583
* @param oldBoundary - the old bound value
8684
* @param newBoundary - the new bound value.
8785
* @param message - the message (can be null or empty)

src/java/components/diagram_uml_auxiliary_elements/trunk/src/java/main/com/topcoder/gui/diagramviewer/uml/auxiliaryelements/ConfigurationException.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/**
1010
* <p>
1111
* This exception is used to indicate the configuration errors.
12-
* It may indicate namespace in <code>ConfigManager</code> doesn¡¯t exist,
1312
* Or some required properties are not configured.
1413
* </p>
1514
*

src/java/components/diagram_uml_use_case/trunk/src/java/main/com/topcoder/gui/diagramviewer/uml/usecaseelements/SubsystemNodeContainer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
* SimpleSemanticModelElement.typeInfo = "NameCompartment"
6060
* SimpleSemanticModelElement.typeInfo = "StereotypeCompartment"
6161
* SimpleSemanticModelElement.typeInfo = "Name"
62-
* SimpleSemanticModelElement.typeInfo = "NamespaceCompartment¡±
6362
* SimpleSemanticModelElement.typeInfo = "BodyCompartment"
6463
* </p>
6564
* <p>
@@ -904,7 +903,6 @@ public void notifyNamespaceVisibilityChange() throws IllegalGraphElementExceptio
904903
* SimpleSemanticModelElement.typeInfo = "NameCompartment"
905904
* SimpleSemanticModelElement.typeInfo = "StereotypeCompartment"
906905
* SimpleSemanticModelElement.typeInfo = "Name"
907-
* SimpleSemanticModelElement.typeInfo = "NamespaceCompartment¡±
908906
* SimpleSemanticModelElement.typeInfo = "BodyCompartment"
909907
* </p>
910908
*

src/java/components/diagram_uml_use_case/trunk/src/java/main/com/topcoder/gui/diagramviewer/uml/usecaseelements/UseCaseNode.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* SimpleSemanticModelElement.typeInfo = "NameCompartment"
3434
* SimpleSemanticModelElement.typeInfo = "StereotypeCompartment"
3535
* SimpleSemanticModelElement.typeInfo = "Name"
36-
* SimpleSemanticModelElement.typeInfo = "NamespaceCompartment¡±
3736
* </p>
3837
* <p>
3938
* <b>Thread Safety</b>: This class is not thread safe, because the BaseNode class is not thread safe.
@@ -402,7 +401,6 @@ private void setLineBreaks(TextField textField, int width){
402401
* SimpleSemanticModelElement.typeInfo = "NameCompartment"
403402
* SimpleSemanticModelElement.typeInfo = "StereotypeCompartment"
404403
* SimpleSemanticModelElement.typeInfo = "Name"
405-
* SimpleSemanticModelElement.typeInfo = "NamespaceCompartment¡±
406404
* </p>
407405
* @param graphNode the GraphNode instance for check
408406
* @return the instance of GraphNode

0 commit comments

Comments
 (0)