Skip to content

Commit 550b1d8

Browse files
author
jvanzyl
committed
updating to latest plexus
1 parent 4d9fa85 commit 550b1d8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

project.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/main/java/org/codehaus/plexus/i18n/DefaultI18N.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.codehaus.plexus.logging.AbstractLogEnabled;
44
import org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable;
5+
import org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException;
56
import org.codehaus.plexus.util.StringUtils;
67

78
import java.text.MessageFormat;
@@ -311,7 +312,7 @@ public String format( String bundleName, Locale locale, String key, Object[] arg
311312
* Called the first time the Service is used.
312313
*/
313314
public void initialize()
314-
throws Exception
315+
throws InitializationException
315316
{
316317
bundles = new HashMap();
317318

0 commit comments

Comments
 (0)