Removed comments auto-generated by IDEA.

This commit is contained in:
Evgeny Gerashchenko
2013-12-23 15:39:05 +04:00
parent 2291b74bff
commit f7d33d2297
26 changed files with 0 additions and 105 deletions
@@ -1,9 +1,4 @@
package org.jetbrains
/**
* User: danielpenkin
* Date: 06.05.12
* Time: 22:53
*/
fun main(args : Array<String>) {
System.out?.println(getGreeting())
@@ -4,11 +4,6 @@ import org.junit.Test;
import static junit.framework.Assert.assertEquals;
/**
* User: danielpenkin
* Date: 06.05.12
* Time: 23:35
*/
public class HelloWorldJavaTest {
@Test