Skip to content

Commit

Permalink
resolving stricter JavaDoc rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mommi84 committed May 17, 2016
1 parent 8bd3215 commit 3991bef
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import de.uni_leipzig.simba.keydiscovery.rockerone.Rocker;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class RockerKeyDiscovery implements IKeyDiscovery {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
*
* @author ngonga
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class CandidateNode implements Comparable<CandidateNode> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package de.uni_leipzig.simba.keydiscovery.model;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class FaultyPair implements Comparable<FaultyPair> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.hp.hpl.jena.rdf.model.Resource;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class Issue {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* A refinement key discovery task on a given class.
*
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class RKDClassTask implements Comparable<RKDClassTask> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import de.uni_leipzig.simba.keydiscovery.util.Timer;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class Algorithm {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
*
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class DataIndexer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import de.uni_leipzig.simba.keydiscovery.model.RKDClassTask;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class ModelManager {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class Rocker implements Runnable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import de.uni_leipzig.simba.keydiscovery.rockerone.db.SQLiteManager;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class Score {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import de.uni_leipzig.simba.keydiscovery.util.Randomly;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class SQLiteManager {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/**
* @author Mohamed Sherif
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class CBDBuilder {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package de.uni_leipzig.simba.keydiscovery.util;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class Randomly {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.apache.log4j.Logger;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class Timer {
Expand Down Expand Up @@ -63,4 +63,4 @@ public static void main(String[] args) throws InterruptedException {
LOGGER.info(t.getLapSeconds(1));
}

}
}
2 changes: 1 addition & 1 deletion rocker-parent/src/main/java/rocker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ outputprefix=rocker_output
visualization=true

# Reduce the number of properties to boost discovery.
propreduction=false
propreduction=false
2 changes: 1 addition & 1 deletion rocker-parent/src/main/resources/OAEI_2011_Person1_1.nt
Original file line number Diff line number Diff line change
Expand Up @@ -8997,4 +8997,4 @@
<http://www.okkam.org/oaie/person1-Suburb4950> <http://www.okkam.org/ontology_person1.owl#name> "watson" .
<http://www.okkam.org/oaie/person1-Suburb4950> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.okkam.org/ontology_person1.owl#Suburb> .
<http://www.okkam.org/oaie/person1-State2030> <http://www.okkam.org/ontology_person1.owl#name> "vic" .
<http://www.okkam.org/oaie/person1-State2030> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.okkam.org/ontology_person1.owl#State> .
<http://www.okkam.org/oaie/person1-State2030> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.okkam.org/ontology_person1.owl#State> .
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import de.uni_leipzig.simba.keydiscovery.rockerone.Rocker;

/**
* @author Tommaso Soru <[email protected]>
* @author Tommaso Soru {@literal ([email protected])}
*
*/
public class RockerTest {
Expand Down

0 comments on commit 3991bef

Please sign in to comment.