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

Add slug check when persisting new TM : https://bugzilla.redhat.com/show_bug.cgi?id=1010771 #194

Merged
merged 1 commit into from Sep 23, 2013

Conversation

alex-sl-eng
Copy link
Member

Add slug check when persisting new TM
https://bugzilla.redhat.com/show_bug.cgi?id=1010771

@@ -148,7 +148,8 @@ public boolean isProcessErrorPollEnabled()
*/
public String getProcessError()
{
if (myProcessError != null) return myProcessError;
if (myProcessError != null)
return myProcessError;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better also put braces around it

@djansen-redhat
Copy link
Contributor

Tested, fixes indicated issue.

@huangp
Copy link
Collaborator

huangp commented Sep 23, 2013

👍

huangp pushed a commit that referenced this pull request Sep 23, 2013
@huangp huangp merged commit 6f83d98 into integration/master Sep 23, 2013
@huangp huangp deleted the rhbz1010771 branch September 23, 2013 23:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants