Skip to content
Snippets Groups Projects
Commit 5628d2a7 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Renaming security pragmas

parent 10ce1a79
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ public class AvatarBDPragma extends TGCScalableWithoutInternalComponent { ...@@ -246,7 +246,7 @@ public class AvatarBDPragma extends TGCScalableWithoutInternalComponent {
i++; i++;
g.drawLine(x, y+textY/2+i*currentFontSize, x+width, y+textY/2+i*currentFontSize); g.drawLine(x, y+textY/2+i*currentFontSize, x+width, y+textY/2+i*currentFontSize);
g.setFont(heading); g.setFont(heading);
g.drawString("Property Pragmas", x+textX, y+textY+(i+1)* currentFontSize); g.drawString("Security Property", x+textX, y+textY+(i+1)* currentFontSize);
g.setFont(fold); g.setFont(fold);
i++; i++;
// System.out.println("syntax errors " + syntaxErrors.toString()); // System.out.println("syntax errors " + syntaxErrors.toString());
......
...@@ -55,7 +55,7 @@ import java.awt.event.ActionListener; ...@@ -55,7 +55,7 @@ import java.awt.event.ActionListener;
* Class TMLArchiDiagramToolBar * Class TMLArchiDiagramToolBar
* Implements the toolbar to be used in conjunction with the panel of a TML Architecture diagram * Implements the toolbar to be used in conjunction with the panel of a TML Architecture diagram
* Creation: 18/09/2007 * Creation: 18/09/2007
* @version 1.0 18/09/2007 * @version 1.1 18/09/2017
* @author Ludovic APVRILLE * @author Ludovic APVRILLE
* @see ui.cd.TClassDiagramPanel * @see ui.cd.TClassDiagramPanel
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment