[-] what do you mean in "DON'T move the interfaces we supplied to a different package."
by argil - Saturday, 27 December 2008 01:49:22

if i have in my project 3 packages: interfaces, callenter and tests

and the interfaces you gave are in the interfaces packadge is it O.K? 

[-] Re: what do you mean in "DON'T move the interfaces we supplied to a different package."
by yoavg - Saturday, 27 December 2008 11:25:16
NO, it is not.  They should be in the package they came in.
[-] Re: what do you mean in "DON'T move the interfaces we supplied to a different package."
by argil - Sunday, 28 December 2008 11:55:17
should i move than to the packeges:
package spl.assignment1.examples;
package spl.assignment1.interfaces;

aven though my project name is only: assignment1 and not spl.assignment1?

and is it realy necessary? because i already orgenized my project/
Re: what do you mean in "DON'T move the interfaces we supplied to a different package."
by yoavg - Sunday, 28 December 2008 23:32:00
Yes.