Skip to content

Commit

Permalink
delete headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ramabit committed Feb 25, 2016
1 parent 21ccb19 commit e02b874
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ package com.inaka.killertask
import android.util.Log
import java.util.concurrent.CountDownLatch

/**
* Created by inaka on 1/20/16.
*/
private class ExampleBlocksInside {
val signal = CountDownLatch(1);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import java.net.URL
import java.net.URLConnection
import java.util.concurrent.CountDownLatch

/**
* Created by inaka on 1/21/16.
*/
private class ExampleBlocksRefactor {
val signal = CountDownLatch(1);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import android.util.Log
import java.util.concurrent.CountDownLatch
import java.util.concurrent.TimeUnit

/**
* Created by inaka on 1/22/16.
*/
private class ExampleVariableParametersTasks {

val signal = CountDownLatch(1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ package com.inaka.killertask

import org.junit.Test

/**
* Created by inaka on 1/19/16.
*/
class KillerMainTest_KotlinVersion {
@Test
fun createKillerTask() {
Expand Down

0 comments on commit e02b874

Please sign in to comment.