Bots Overview
Our bots
- Myrmica Aloba
🐜 : Add labels and milestone on pull requests and issues.
Our bots
{ | |
"provider0": { | |
"backends": { | |
"provider0Backend0": { | |
"servers": { | |
"Server0": { | |
"url": "foobar", | |
"weight": 42 | |
}, | |
"Server1": { |
I hereby claim:
To claim this, I am signing this object:
Create new filters and create new labels.
from:(notifications@github.com) AND {"Patch Links" "approved this pull request." "requested changes on this pull request." "commented on this pull request." "pushed 1 commit." "pushed 2 commits." "pushed 3 commits."}
label: gh-pull-request
import java.math.BigDecimal; | |
import java.math.RoundingMode; | |
import com.mysema.query.support.Expressions; | |
import com.mysema.query.types.ConstantImpl; | |
import com.mysema.query.types.Expression; | |
import com.mysema.query.types.expr.NumberExpression; | |
/** | |
* The Class BigDecimalExpression. |
package com.ldez.myapp.support.exception; | |
import javax.xml.bind.annotation.XmlAccessType; | |
import javax.xml.bind.annotation.XmlAccessorType; | |
import javax.xml.bind.annotation.XmlTransient; | |
@XmlAccessorType(XmlAccessType.PROPERTY) | |
public abstract class AbstractTransientException extends Exception { | |
private static final long serialVersionUID = 1L; |
#!/bin/sh | |
# | |
# chkconfig: 2345 96 30 | |
# description: start and stop Tomcat server | |
# Script version | |
SCRIPT_VERSION=1.0 | |
JAVA_HOME=/usr/local/jdk1.7.0_45 |