Mercurial > hg > Papers > 2018 > nozomi-master
changeset 182:a4c6184d3e22
minor change
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 07 Feb 2018 09:18:50 +0900 |
parents | 38d95e434fbc |
children | b62fc3a499f9 |
files | presen/sample.html presen/sample.markdown |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/presen/sample.html Wed Feb 07 04:14:09 2018 +0900 +++ b/presen/sample.html Wed Feb 07 09:18:50 2018 +0900 @@ -87,7 +87,7 @@ <!-- === begin markdown block === generated by markdown/1.2.0 on Ruby 2.1.0 (2013-12-25) [x86_64-darwin13.0] - on 2018-02-07 04:10:58 +0900 with Markdown engine kramdown (1.5.0) + on 2018-02-07 08:33:50 +0900 with Markdown engine kramdown (1.5.0) using options {} --> @@ -542,7 +542,7 @@ <li>アノテーションから待ち合わせを行う処理にはJavaのreflectionAPIを使用</li> <li>待ち合わせを開始するには、newしたあとCGMが持つsetupを行う <code>cgm.setup(new TestCodeGear());</code></li> - <li>RUNTIMEにしたためフィールドがnewされたあとでないとrefrectionAPIで取れない</li> + <li>フィールドがnewされたあとでないとrefrectionAPIで取れない</li> </ul>
--- a/presen/sample.markdown Wed Feb 07 04:14:09 2018 +0900 +++ b/presen/sample.markdown Wed Feb 07 09:18:50 2018 +0900 @@ -241,7 +241,7 @@ * アノテーションから待ち合わせを行う処理にはJavaのreflectionAPIを使用 * 待ち合わせを開始するには、newしたあとCGMが持つsetupを行う `cgm.setup(new TestCodeGear());` -* RUNTIMEにしたためフィールドがnewされたあとでないとrefrectionAPIで取れない +* フィールドがnewされたあとでないとrefrectionAPIで取れない # Christie - アノテーションを用いたインプット記述 ![opt](./pictures/setup.svg){:width="70%"}