Skip to content

Commit

Permalink
cambio card 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehu authored and ehu committed Sep 26, 2024
1 parent 37ea5ef commit baabfba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

<sonar.organization>jononekin</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>jononekin_monopoly-euskara</sonar.projectKey>
<sonar.login>69f0b261f26fe8390be129e064c0bf84e7a4c3b1</sonar.login>
<sonar.projectKey>jononekin_monopolly-castellano</sonar.projectKey>
<sonar.login>f58b3b17e482ba5a9bdb329f21778875d283f0e9</sonar.login>
</properties>

<!-- https://mvnrepository.com/artifact/junit/junit -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/edu/ncsu/monopoly/Card.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package edu.ncsu.monopoly;
//I have added a comment“
//otro cambio
public abstract class Card {

public static final int TYPE_CHANCE = 1;
Expand Down

0 comments on commit baabfba

Please sign in to comment.