This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
dsaGroup
/
dsaCalc
Watch
3
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed method "checkCorrect" of Interface Requirement
zockerFirstDesign
Felix Stupp
2 years ago
parent
fde26235d2
commit
808f4da553
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/de/banananetwork/dsa/requirements/Requirement.java
+ 1
- 1
src/de/banananetwork/dsa/requirements/Requirement.java
View File
@ -1,5 +1,5 @@
package
de.banananetwork.dsa.requirements
;
public
interface
Requirement
{
boolean
checkCorrect
(
)
;
boolean
checkCorrect
(
Character
character
)
;
}
Write
Preview
Loading…
Cancel
Save