Skip to content

Commit 3d8d2a1

Browse files
committed
Remove auto-generated Created comments
1 parent 41bd37a commit 3d8d2a1

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

app/src/main/java/protect/videoeditor/activity/AudioPreviewActivity.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
import protect.videoeditor.views.VisualizerView;
1414
import protect.videoeditor.R;
1515

16-
17-
/**
18-
* Created by Bhuvnesh on 09-03-2017.
19-
*/
20-
2116
public class AudioPreviewActivity extends AppCompatActivity {
2217

2318
private VisualizerView mVisualizerView;

app/src/main/java/protect/videoeditor/activity/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454

5555
import protect.videoeditor.R;
5656

57-
5857
public class MainActivity extends AppCompatActivity {
5958

6059

app/src/main/java/protect/videoeditor/activity/PreviewActivity.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
import android.widget.VideoView;
1313
import protect.videoeditor.R;
1414

15-
16-
/**
17-
* Created by Bhuvnesh on 08-03-2017.
18-
*/
19-
2015
public class PreviewActivity extends AppCompatActivity {
2116
private VideoView videoView;
2217
private SeekBar seekBar;

app/src/main/java/protect/videoeditor/activity/PreviewImageActivity.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
import protect.videoeditor.R;
1616
import protect.videoeditor.adapter.PreviewImageAdapter;
1717

18-
/**
19-
* Created by Bhuvnesh on 09-03-2017.
20-
*/
21-
2218
public class PreviewImageActivity extends AppCompatActivity {
2319

2420
private static final String FILEPATH = "filepath";

app/src/main/java/protect/videoeditor/adapter/PreviewImageAdapter.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313

1414
import protect.videoeditor.R;
1515

16-
17-
/**
18-
* Created by Bhuvnesh on 09-03-2017.
19-
*/
20-
2116
public class PreviewImageAdapter extends RecyclerView.Adapter<PreviewImageAdapter.MyViewHolder> {
2217

2318
private ArrayList<String> paths;

0 commit comments

Comments
 (0)