Skip to content

Commit

Permalink
Be consistent with case in explicit table/column names in JPA annotat…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
serac committed Mar 17, 2012
1 parent 8987aae commit bf0bada
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Copyright 2012 The JA-SIG Collaborative. All rights reserved. See license
* distributed with this file and available online at
* http://www.jasig.org/cas/license.
* distributed with this file and available online at http://www.jasig.org/cas/license.
*/

package org.jasig.cas.services;
Expand All @@ -24,7 +23,7 @@
@Entity
@Inheritance
@DiscriminatorColumn(name = "expression_type")
@Table(name = "registeredserviceimpl")
@Table(name = "RegisteredServiceImpl")
public abstract class AbstractRegisteredService
implements RegisteredService, Comparable<RegisteredService>, Serializable {

Expand Down

0 comments on commit bf0bada

Please sign in to comment.