プロジェクト

全般

プロフィール

« | » 

リビジョン 1c75810c

高徹 高橋 徹 さんが11年以上前に追加

コンパイル警告が出るコードを追加

JenkinsのWarnings plugin検証のため。

差分を表示:

learn/java/lambda/HelloLambda/src/hellolambda/HelloImpl.java
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package hellolambda;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author toru
*/
public class HelloImpl implements Hello {
void some() {
List list = new ArrayList();
list.add("Alfa");
}
}

他の形式にエクスポート: Unified diff