Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Eclipse 実行構成から実行可能な Java アプリケーションのカバレッジデータ

  • Webアプリケーションサーバー上で動作する Java アプリケーションのカバレッジデータ

    Code Block
    themeEclipse
    	/**
    	 * 商品リストを取得します。
    	 * 
    	 * @return itemList 商品リスト
    	 */
    	public List<Item> getItemList() {
    		return itemList;
    	}