Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrivateStateUpdateEvent.java getState() method return incorrect State #14

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

in PrivateStateUpdateEvent.java
isn't the method 
  public State getState() {
    return wave.getState();
  }
should have been
 public PrivateState getPrivateState(){
    return wave.getPrivateState();
 }

What is the expected output? What do you see instead?
im getting shared state instead

What version of the product are you using? On what operating system?
1.1.2

Please provide any additional information below.


Original issue reported on code.google.com by monstern...@gmail.com on 20 Jul 2010 at 4:56

@GoogleCodeExporter
Copy link
Author

yes you are correct. I'll change it. I missed it because I directly used 
getWave().getPrivateState() in my example.

Original comment by hs@h72.nl on 20 Jul 2010 at 6:24

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r60.

Original comment by hs@h72.nl on 22 Jul 2010 at 1:21

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant