Skip to content

org.eclipse.glsp.server.diagram.DiagramConfiguration access specifier issue #625

Answered by tortmayr
sathya-1994 asked this question in General
Discussion options

You must be logged in to vote

You can overwrite default methods of interfaces just as any other interface method.
The following code in your DiagramConfiguration class should work just fine.

  @Override
   public boolean animatedUpdate() {
      return false;
   }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sathya-1994
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants