Project

General

Profile

« Previous | Next » 

Revision 45403

View differences:

BudgetManagerImpl.java
1
/*
1 2
package eu.dnetlib.goldoa.service;
2 3

  
3 4
import eu.dnetlib.goldoa.domain.Budget;
......
20 21
import java.util.UUID;
21 22
import java.util.concurrent.ExecutorService;
22 23

  
24
*/
23 25
/**
24 26
 * Created by antleb on 4/2/15.
25
 */
27
 *//*
28

  
26 29
@Transactional
27 30
public class BudgetManagerImpl implements BudgetManager {
28 31

  
......
379 382
		return Budget.Status.forStatus(statusCode);
380 383
	}
381 384
}
385
*/

Also available in: Unified diff