Project

General

Profile

« Previous | Next » 

Revision 49459

The missing break that caused me an headache

View differences:

modules/dnet-parthenos-publisher/trunk/src/main/java/eu/dnetlib/parthenos/publisher/ParthenosPublisherHelper.java
39 39
			break;
40 40
		case JRR:
41 41
			publishJRR(record);
42
			default: throw new ParthenosPublisherException("Target "+target+" not supported yet");
42
			break;
43
		default: throw new ParthenosPublisherException("Target "+target+" not supported yet");
43 44
		}
44 45

  
45 46
	}

Also available in: Unified diff