Skip to content

Commit

Permalink
HCANN-58 - Migrate build to Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Sep 10, 2013
1 parent 273f8cf commit 61a32bc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/main/java/org/hibernate/annotations/common/Version.java
@@ -1,10 +1,10 @@
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2008-2011, Red Hat Middleware LLC or third-party contributors as
* Copyright (c) 2008-2013, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Middleware LLC.
* distributed under license by Red Hat Inc.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
Expand All @@ -23,20 +23,10 @@
*/
package org.hibernate.annotations.common;

import org.hibernate.annotations.common.util.impl.Log;
import org.hibernate.annotations.common.util.impl.LoggerFactory;

/**
* @author Emmanuel Bernard
*/
public class Version {

// private static final Log log = LoggerFactory.make( Version.class.getName() );
//
// static {
// log.version( getVersionString() );
// }

public static String getVersionString() {
return "[WORKING]";
}
Expand Down

0 comments on commit 61a32bc

Please sign in to comment.