chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

Vector getStyle is called setStyle #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
1.0.0, Windows 7

Please provide any additional information below.
As description, the getStyle method in the Vector class is actually called 
setStyle.

Vector.java, line 42
/**
  * @return the custom style declaration assosicated with this Vector
  */
    public Style setStyle() {
        return style;
    }

Original issue reported on code.google.com by svalor...@gmail.com on 16 Mar 2012 at 5:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r130.

Original comment by matti.ta...@gmail.com on 22 Mar 2012 at 8:01

GoogleCodeExporter commented 9 years ago
Thanks! method name now getCustomStyle to avoid collision with getStyle in 
Vaadin Component.

Original comment by matti.ta...@gmail.com on 22 Mar 2012 at 8:02