Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

my changes #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/sample/java/project/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
* An example Ant-based Java project.
*/
package sample.java.project;
https://github.com/skeeto/sample-java-project
3 changes: 3 additions & 0 deletions test/sample/java/project/SampleJavaProjectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import org.junit.Before;
import org.junit.Test;


asdasf

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what?


/**
* Sample JUnit tests.
*/
Expand Down