Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge branch 'integration/master' of github.com:zanata/zanata-api int…
Browse files Browse the repository at this point in the history
…o integration/master

Conflicts:
	zanata-common-api/src/main/java/org/zanata/rest/dto/ProjectType.java
  • Loading branch information
Alex Eng committed Jan 22, 2013
2 parents cdb2728 + 55ca7ba commit 4682ed0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@
@XmlEnum(String.class)
public enum ProjectType
{
Utf8Properties, Properties, Gettext, Podir, Xliff, Xml, Raw;
Utf8Properties, Properties, Gettext, Podir, Xliff, Xml, Raw;

/**
* @param projectType
Expand All @@ -26,6 +26,6 @@ public static ProjectType getValueOf(String projectType) throws Exception
}
}
}
throw new Exception("Unsupported project type '" + projectType + "'");
throw new Exception("Projec type '" + projectType + "' not supported");
}
}

0 comments on commit 4682ed0

Please sign in to comment.