Skip to content

errorCode #231

Closed
CrazyHZM wants to merge 1 commit intoapache:asf-sitefrom
CrazyHZM:errorCode
Closed

errorCode #231
CrazyHZM wants to merge 1 commit intoapache:asf-sitefrom
CrazyHZM:errorCode

Conversation

@CrazyHZM
Copy link
Copy Markdown
Member

@CrazyHZM CrazyHZM commented Jan 3, 2019

…ror #3117

What is the purpose of the change

fix apache/dubbo#3117

XXXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a GITHUB_issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Test your code locally by running docsite start, and make sure it works as expected.
  • Make sure no files under build directory is added.
  • If this contribution is large, please follow the Software Donation Guide.


<span class="hljs-comment">// 1.从 URL 中获取 WheelMaker 名称</span>
String wheelMakerName = url.getParameter(<span class="hljs-string">"Wheel.maker"</span>);
<span class="hljs-keyword">if</span> (name == <span class="hljs-keyword">null</span>) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Please do not modify the html file directly. Please find the corresponding error in the source_code_guide/adaptive-extension.md file and correct it. Thx.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I will modify it.

@CrazyHZM CrazyHZM closed this Jan 3, 2019
@CrazyHZM CrazyHZM deleted the errorCode branch January 3, 2019 06:24
@CrazyHZM CrazyHZM mentioned this pull request Jan 3, 2019
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spi adaptive extension document instance code has an error

2 participants