Index: graph/lib/apichanges.xml =================================================================== RCS file: /cvs/graph/lib/apichanges.xml,v retrieving revision 1.21 diff -u -r1.21 apichanges.xml --- graph/lib/apichanges.xml 8 Jun 2007 08:45:00 -0000 1.21 +++ graph/lib/apichanges.xml 13 Jun 2007 10:40:21 -0000 @@ -299,6 +299,21 @@ + + + + ConnectionWidget.getTargetAnchorShapeRotation removed from API + + + + + + From beginning the ConnectionWidget.getTargetAnchorShapeRotation method was meant to be private. + It had been there by mistake, therefore it was removed + + + + Index: graph/lib/manifest.mf =================================================================== RCS file: /cvs/graph/lib/manifest.mf,v retrieving revision 1.12 diff -u -r1.12 manifest.mf --- graph/lib/manifest.mf 8 Jun 2007 08:02:48 -0000 1.12 +++ graph/lib/manifest.mf 13 Jun 2007 10:40:21 -0000 @@ -1,4 +1,4 @@ Manifest-Version: 1.0 OpenIDE-Module: org.netbeans.api.visual OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/visual/resources/Bundle.properties -OpenIDE-Module-Specification-Version: 2.4 +OpenIDE-Module-Specification-Version: 2.5 Index: graph/lib/src/org/netbeans/api/visual/widget/ConnectionWidget.java =================================================================== RCS file: /cvs/graph/lib/src/org/netbeans/api/visual/widget/ConnectionWidget.java,v retrieving revision 1.38 diff -u -r1.38 ConnectionWidget.java --- graph/lib/src/org/netbeans/api/visual/widget/ConnectionWidget.java 5 Jun 2007 08:41:01 -0000 1.38 +++ graph/lib/src/org/netbeans/api/visual/widget/ConnectionWidget.java 13 Jun 2007 10:40:22 -0000 @@ -514,7 +514,7 @@ * Returns the rotation of the target anchor shape. * @return the target anchor shape rotation */ - public double getTargetAnchorShapeRotation () { + private double getTargetAnchorShapeRotation () { int size = controlPoints.size (); if (size <= 1) return 0.0;