We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db48b73 commit ae1e9b2Copy full SHA for ae1e9b2
src/main/java/com/axellience/vuegwt/client/component/options/CustomizeOptions.java
@@ -3,7 +3,7 @@
3
/**
4
* @author Adrien Baron
5
*/
6
-public abstract class CustomizeOptions
+public interface CustomizeOptions
7
{
8
- public abstract void customizeOptions(VueComponentOptions vueComponentOptions);
+ void customizeOptions(VueComponentOptions vueComponentOptions);
9
}
0 commit comments