Uh oh!
There was an error while loading. Please reload this page.
#320 fix - #327
Merged
Merged
Conversation
TikhomirovSergey
commented
Feb 29, 2016
ContributorAuthor
@SergeyErmakovMercDev could you take a look at this PR? |
SButterfly
commented
Mar 2, 2016
@TikhomirovSergey well, how can I download source code with pull request? |
SButterfly
commented
Mar 2, 2016
I looked, and It works. Thanks. |
TikhomirovSergey added a commit
that referenced
this pull request
Mar 2, 2016
@SButterfly You can: - switch to your java_client fork using git - > git checkout -b your_new_branch_name master - > git pull https://github.com/User_Name/java-client.git target_branch But now you can clone master
TikhomirovSergey
commented
Mar 2, 2016
ContributorAuthor
You can:
But now you can clone master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
320 fix. The Widget.getSelfReference() was added. This method allows to extract a real widget-object from inside a proxy at some extraordinary situations.
This change is the addition to features whis heve been implemented here: #267. There was a problem:
So this commit resolves this issie and related problems this way: