some refactoring
This commit is contained in:
parent
64c8be3954
commit
f83fb79543
@ -16,7 +16,7 @@ import java.util.Date;
|
||||
* @author: fred-fri
|
||||
* date: 2012 03 26
|
||||
*/
|
||||
@Repository
|
||||
@Repository("projectIdeaService")
|
||||
@Transactional(readOnly = true)
|
||||
public class ProjectIdeaServiceImpl implements ProjectIdeaService {
|
||||
|
||||
@ -25,7 +25,7 @@ public class ProjectIdeaServiceImpl implements ProjectIdeaService {
|
||||
ProjectIdeaRepo projectIdeaRepo;
|
||||
|
||||
public ProjectIdeaServiceImpl(){
|
||||
|
||||
System.out.println("BLA BLA");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user