This website requires JavaScript.
Explore
Help
Register
Sign In
M
/
VisualSapfor
Watch
1
Star
1
Fork
0
You've already forked VisualSapfor
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
e6321cbdb648e3eb05138dadd4b784b1d9e57406
VisualSapfor
/
src
/
Common
/
Current_.java
7 lines
110 B
Java
Raw
Normal View
History
Unescape
Escape
продолжение рефакторинга. создал предка для класса current
2024-10-08 00:39:13 +03:00
package
Common
;
no message
2024-10-09 23:37:58 +03:00
public
interface
Current_
{
no message
2024-10-14 15:19:13 +03:00
default
String
getDescription
(
)
{
no message
2024-10-08 16:20:45 +03:00
return
"
?
"
;
}
продолжение рефакторинга. создал предка для класса current
2024-10-08 00:39:13 +03:00
}
Reference in New Issue
Copy Permalink