Skip to content

Commit

Permalink
refactoring of package structure for fixing imports in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
matsfunk committed May 22, 2014
1 parent 83ad3f2 commit 85a2dc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/nl/tue/id/oocsi/OOCSI.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package nl.tue.id.oocsi;

import nl.tue.id.oocsi.client.OOCSICommunicator;
import nl.tue.id.oocsi.client.protocol.OOCSIMessage;
import processing.core.PApplet;

Expand Down
2 changes: 1 addition & 1 deletion test/channel/TestChannelReceiver.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package channel;

import nl.tue.id.oocsi.OOCSI;
import nl.tue.id.oocsi.client.protocol.OOCSIEvent;
import nl.tue.id.oocsi.OOCSIEvent;
import processing.core.PApplet;

/**
Expand Down
2 changes: 1 addition & 1 deletion test/direct/TestDirectReceiver.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package direct;

import nl.tue.id.oocsi.OOCSI;
import nl.tue.id.oocsi.client.protocol.OOCSIEvent;
import nl.tue.id.oocsi.OOCSIEvent;
import processing.core.PApplet;

@SuppressWarnings("serial")
Expand Down

0 comments on commit 85a2dc4

Please sign in to comment.