Skip to content

Commit

Permalink
splitfitlib is now the general java lib for our business logic
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ce committed May 6, 2015
1 parent 10d01e6 commit 38ed693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions splitfitlib/src/main/java/main/DemoSplitFitUseClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ public class DemoSplitFitUseClass {
IExercise exerciseB = new Exercise();
IExercise exerciseC = new Exercise();

// naming everything
plan.setName("My first Plan.");

}
2 changes: 1 addition & 1 deletion splitfitlib/src/main/java/main/planning/Plan.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public String getName() {
public void setName(String name) {
this.name = name;
}
}
}

0 comments on commit 38ed693

Please sign in to comment.