bio4j / bio4j-titan

Titan-specific bio4j implementation
https://github.com/bio4j/bio4j
6 stars 2 forks source link

file namings #62

Closed evdokim closed 9 years ago

evdokim commented 9 years ago

I got the following error:

[error] E:\reps\bio4j-titan\src\main\java\com\bio4j\titan\model\uniprot\TitanUniprotGraph.java:21: error: class TitanUniProtGraph is public, should be declared in a file named TitanUniProtGraph.java
[error] public final class TitanUniProtGraph

when I was trying to build code in the master branch of this repository. Is that already fixed somewhere should do all these renaming from "Uniprot" to "UniProt"?

pablopareja commented 9 years ago

master branch is not the reference branch right now. It will be updated once we fix the last set of issues we had, the most up-to-date branch is: https://github.com/bio4j/bio4j-titan/tree/fix/interdependent/modules

evdokim commented 9 years ago

Ok supposed that, thanks